mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +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) {
|
$(reader).on('loadend', function(e) {
|
||||||
var regex = /^data:.*;base64,(.*)$/;
|
var regex = /^data:.*;base64,(.*)$/;
|
||||||
console.log(file);
|
|
||||||
var matches = this.result.match(regex);
|
var matches = this.result.match(regex);
|
||||||
|
|
||||||
var fileData = {
|
var fileData = {
|
||||||
|
|||||||
Reference in New Issue
Block a user