From 80ce2e24cd3e2bfa1bcdd0ba9e9ddc767e820426 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Wed, 5 Dec 2018 15:11:41 -0500 Subject: [PATCH] Remove logging from editor script --- includes/js/editor.js | 1 - 1 file changed, 1 deletion(-) 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; }