From c94bdb457d4f8c0b49c3fc326a544757ddf1d558 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Sat, 19 Apr 2014 13:01:57 +0200 Subject: [PATCH] Removed debug. --- static/js/services/fileupload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/services/fileupload.js b/static/js/services/fileupload.js index 262ffc4e..2faa14c1 100644 --- a/static/js/services/fileupload.js +++ b/static/js/services/fileupload.js @@ -129,7 +129,7 @@ define(["jquery", "underscore", "webrtc.adapter"], function($, _) { }; FileUpload.prototype.bindDrop = function(namespace, element, cb) { - console.log("Binding file upload drop to", namespace, element); + //console.log("Binding file upload drop to", namespace, element); // Helper to allow later modifications. var binder = {