mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove console log
This commit is contained in:
parent
be73e729d4
commit
c6cac53dda
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue