diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 14:50:53 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 14:50:53 -0700 |
commit | a8448efb55bd2e54642140de80c09eef38ab93b3 (patch) | |
tree | 222e7a45b941577e33d36371a08d5b24ad64670f | |
parent | 8a994a8576ce1853160555c3f0bd6b5111e49fd9 (diff) |
removing vendor console messages
-rw-r--r-- | system/admin/static/editor/js/materialNote.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/static/editor/js/materialNote.js b/system/admin/static/editor/js/materialNote.js index a036053..a43fc05 100644 --- a/system/admin/static/editor/js/materialNote.js +++ b/system/admin/static/editor/js/materialNote.js @@ -6108,7 +6108,7 @@ var dom = (function() { var hasDefaultFont = agent.isFontInstalled(options.defaultFontName); var defaultFontName = (hasDefaultFont) ? options.defaultFontName : realFontList[0]; var label = '<div class="note-current-fontname">' + defaultFontName + '</div>'; - console.log('editing right file...') + // console.log('editing right file...') return tplButton(label, { title: lang.font.name, className: 'note-fontname', @@ -6886,7 +6886,7 @@ var dom = (function() { var isFullscreen = $editor.hasClass('fullscreen'); if (isFullscreen) { - console.log("fullscreen"); + // console.log("fullscreen"); return false; } |