Browse Source

Removed debug output.

pull/197/head
Joachim Bauch 10 years ago
parent
commit
caa8e6c4a4
  1. 1
      static/js/sandboxes/webodf.js

1
static/js/sandboxes/webodf.js

@ -63,7 +63,6 @@ @@ -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) {

Loading…
Cancel
Save