Skip to content

Commit 18da478

Browse files
fix: removed console messages
1 parent daaf07b commit 18da478

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/FeedzyBlock/Editor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ class Editor extends Component {
311311

312312
getImageURL(item, background) {
313313
let url;
314-
window.console.log(this.props.attributes);
315-
window.console.log(item);
316314
if (
317315
item.thumbnail &&
318316
this.props.attributes.thumb === 'auto' &&

0 commit comments

Comments
 (0)