mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Remove logging from editor script
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
function _addToggleButton() {
|
||||
var $this = $( this ),
|
||||
buttons = $( '.' + classes.buttons );
|
||||
console.log( buttons );
|
||||
if ( 3 > $this.find( buttons ).length ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user