Remove logging from editor script

This commit is contained in:
Robin Cornett
2018-12-05 15:11:41 -05:00
parent 945192e613
commit 80ce2e24cd
-1
View File
@@ -25,7 +25,6 @@
function _addToggleButton() {
var $this = $( this ),
buttons = $( '.' + classes.buttons );
console.log( buttons );
if ( 3 > $this.find( buttons ).length ) {
return;
}