diff --git a/includes/js/editor.js b/includes/js/editor.js index f045d9d..f2f2361 100644 --- a/includes/js/editor.js +++ b/includes/js/editor.js @@ -25,7 +25,6 @@ function _addToggleButton() { var $this = $( this ), buttons = $( '.' + classes.buttons ); - console.log( buttons ); if ( 3 > $this.find( buttons ).length ) { return; }