removed logging statement

This commit is contained in:
drigato 2015-03-25 11:47:23 -04:00
parent 17358a761f
commit 3d2b189dba
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@
data: {type:"interval",limit:"5"}, data: {type:"interval",limit:"5"},
dataType: "jsonp", dataType: "jsonp",
success: function(data) { success: function(data) {
console.log("fetching metadata");
var current_track_end_time = new Date(data.current.ends); var current_track_end_time = new Date(data.current.ends);
var current_time = new Date(); var current_time = new Date();
current_time = new Date(current_time.getTime() + current_time.getTimezoneOffset()*60*1000); current_time = new Date(current_time.getTime() + current_time.getTimezoneOffset()*60*1000);