removed logging statement
This commit is contained in:
parent
17358a761f
commit
3d2b189dba
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue