Skip to content

Commit

Permalink
Reduce console logging #27
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Oct 31, 2022
1 parent e4d0680 commit 3376379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oik-blockicon/blockvariations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function BlockVariations( blockname ) {
return null;
}
var blockVariations = blockname.variations;
//console.log( blockVariations );
//console.log( blockVariations );
blockVariations = blockVariations.filter(templatepartFilter);
blockVariations = blockVariations.filter( postTermsFilter );
return( <dl>
Expand Down

0 comments on commit 3376379

Please sign in to comment.