remove console log

pull/2566/head
John McLear 2015-03-25 12:25:49 +00:00
parent be73e729d4
commit c6cac53dda
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ var padeditor = (function()
// No font has been previously selected so use the Normal font // No font has been previously selected so use the Normal font
if(normalFont){ if(normalFont){
console.log("Enabling a normal font");
self.ace.setProperty("textface", "Arial, sans-serif"); self.ace.setProperty("textface", "Arial, sans-serif");
// $("#viewfontmenu").val("normal"); // $("#viewfontmenu").val("normal");
} }