diff --git a/static/js/sandboxes/webodf.js b/static/js/sandboxes/webodf.js index 0dd7af7a..ba5f7257 100644 --- a/static/js/sandboxes/webodf.js +++ b/static/js/sandboxes/webodf.js @@ -63,7 +63,6 @@ } // we're loading typed arrays in the sandbox - console.log("LoadXML", path); var bb = new Blob([new Uint8Array(path)]); var f = new FileReader(); f.onload = function(e) {