From 6babddec176f483d78150b6bf194852952482025 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 20 Jun 2014 09:06:28 +0200 Subject: [PATCH] Remove logging --- .../static/djangocms_text_ckeditor/js/cms.ckeditor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js b/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js index eec73c8..0986bde 100644 --- a/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js +++ b/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js @@ -57,7 +57,6 @@ $(document).ready(function () { }, this.options, options); // add additional plugins (autoloads plugins.js) - console.log(settings.static_url); CKEDITOR.plugins.addExternal('cmsplugins', settings.static_url + '/ckeditor_plugins/cmsplugins/'); // render ckeditor