remove console.log(file) - no more exploding terminals

v1.18.x
psychobunny 11 years ago
parent d93163896f
commit 03c4a1bc73

@ -478,7 +478,6 @@ define(['taskbar'], function(taskbar) {
$(reader).on('loadend', function(e) {
var regex = /^data:.*;base64,(.*)$/;
console.log(file);
var matches = this.result.match(regex);
var fileData = {

Loading…
Cancel
Save