Removed console.log.

This commit is contained in:
Kasper D. Fischer 2014-05-14 09:40:19 +00:00
parent 8770857bd7
commit 1c947c98d2
Notes: subgit 2018-03-07 17:58:53 +01:00
r641 www/trunk

View File

@ -69,7 +69,6 @@ function ajaxLoadEvents(stime, etime) {
if ( etime ) {
request_data['endtime'] = sprintf("%d-%02d-%02d", etime.getFullYear(), etime.getMonth()+1, etime.getDate());
};
console.log(request_data);
$.ajax({
type: "GET",
url: config['ajax']['eventURL'],