diff options
author | John McLear <john@mclear.co.uk> | 2015-03-25 12:25:49 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-25 12:25:49 +0000 |
commit | c6cac53ddada4eb89bb4b74dc4a7be9131b30d1d (patch) | |
tree | a397316de8d2eb3a62f22132d7a1bd61a831ee8c /src/static/js | |
parent | be73e729d4571e9541cbf703d1737fdc0db62fd7 (diff) | |
download | etherpad-lite-c6cac53ddada4eb89bb4b74dc4a7be9131b30d1d.zip |
remove console log
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/pad_editor.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/pad_editor.js b/src/static/js/pad_editor.js index 51b9355e..ca7dc2b0 100644 --- a/src/static/js/pad_editor.js +++ b/src/static/js/pad_editor.js @@ -186,7 +186,6 @@ var padeditor = (function() // No font has been previously selected so use the Normal font if(normalFont){ - console.log("Enabling a normal font"); self.ace.setProperty("textface", "Arial, sans-serif"); // $("#viewfontmenu").val("normal"); } |