From 744019b28bc7f32c5dd592da69e3253695cdc07a Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 14 Jul 2013 13:45:11 +0000 Subject: [PATCH] remove logging --- static/js/pandora/editPanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/editPanel.js b/static/js/pandora/editPanel.js index fac2ceaf..229243f6 100644 --- a/static/js/pandora/editPanel.js +++ b/static/js/pandora/editPanel.js @@ -118,7 +118,6 @@ pandora.ui.editPanel = function() { pandora.api.editClip(args, function(result) { if (result.status.code == 200) { edit.clips[index] = result.data; - console.log(index, result.data); that.updateClip(data.id, result.data); updateVideos(); } else {