Skip to content

Commit b123187

Browse files
author
andreilupu
committed
remove log
1 parent 5bc378e commit b123187

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

features/metaboxes/js/pix_builder.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@
133133
$('#pix_builder_editor').text( content );
134134

135135
} else { // visual editor
136-
137-
console.log(content);
138-
139136
this_editor.setContent( content.replace(/\n/ig,"<br>"), { format:'text' });
140137
this_editor.save( { no_events: true } );
141138
}

0 commit comments

Comments
 (0)