diff options
author | John McLear <john@mclear.co.uk> | 2015-12-05 18:51:27 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-12-05 18:51:27 +0000 |
commit | b3d44b6956a93ce7563c884bca86c3f01aadd875 (patch) | |
tree | b606da626c2e9108f349e0adfdd9f8fdc99a4e76 /src | |
parent | fa492dc926141e785f1a4c8bc99ac6372100461f (diff) | |
download | etherpad-lite-b3d44b6956a93ce7563c884bca86c3f01aadd875.zip |
remove con log
Diffstat (limited to 'src')
-rw-r--r-- | src/static/js/ace2_inner.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 369c92da..9bc895fc 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -5007,7 +5007,6 @@ function Ace2Inner(){ $(root).on("drop", function(e){ - top.console.log("DROP"); if(e.target.a || e.target.localName === "a"){ e.preventDefault(); } |