Commit 513d811a by Ernie Park

remove console.log lines

parent c991190c
...@@ -89,8 +89,6 @@ function change_video_speed(speed, youtube_id) { ...@@ -89,8 +89,6 @@ function change_video_speed(speed, youtube_id) {
ytplayer.loadVideoById(youtube_id, new_position); ytplayer.loadVideoById(youtube_id, new_position);
syncPlayButton(); syncPlayButton();
log_event("speed", {"new_speed":speed, "clip":youtube_id}); log_event("speed", {"new_speed":speed, "clip":youtube_id});
console.log("setting");
console.log(speed);
$.cookie("video_speed", speed, {'expires':3650, 'path':'/'}); $.cookie("video_speed", speed, {'expires':3650, 'path':'/'});
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment