Browse Source

Removed debug.

pull/26/head
Simon Eisenmann 11 years ago
parent
commit
c94bdb457d
  1. 2
      static/js/services/fileupload.js

2
static/js/services/fileupload.js

@ -129,7 +129,7 @@ define(["jquery", "underscore", "webrtc.adapter"], function($, _) { @@ -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 = {

Loading…
Cancel
Save