From e149b7a6b427cf89f2ef82e9a2faca6bdf226587 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Aug 2014 23:33:07 -0700 Subject: [PATCH] Remove debug print --- static/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/app.js b/static/js/app.js index 177abc1..a1afc5d 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -165,7 +165,6 @@ var behaviors = { $("#player").jPlayer("play", parseInt(newTime)) } $(this).removeClass("dragging"); - console.log("slidestop") }).on("slide", function(){ newTime = $(".time-holder .player-slider").slider('getValue').val(); minutes = Math.floor(newTime/60)