mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
remove console.log(file) - no more exploding terminals
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user