From f6275ffc0924c2dcc2664556a2476034bd563e99 Mon Sep 17 00:00:00 2001 From: Dario Milicic Date: Wed, 22 Oct 2014 17:38:40 +0200 Subject: [PATCH] Unnecessary console outputs removed. --- scripts/load-ckeditor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/load-ckeditor.js b/scripts/load-ckeditor.js index 3cc2d834..b19fb829 100755 --- a/scripts/load-ckeditor.js +++ b/scripts/load-ckeditor.js @@ -13,8 +13,6 @@ function localize(str) { }).responseText; } -console.log(localize("Submit")); - // After the page has loaded, load the Ckeditor and the attachment dropbox $(document).ready(function() { @@ -29,7 +27,6 @@ $(document).ready(function() { // Make the editor bigger (at least 500px high and 80% of the viewport otherwise) var width = Math.max(500, 0.8 * $(window).height() ); - console.log(width); editor.resize("100%", new String(width)); // Create a new command with the desired exec function