Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Nov 13, 2023
1 parent 5957a0c commit b9e6622
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ const selectUserPatterns = createSelector(
select( coreStore );

let patterns = getUserPatterns();
console.log( 'hmm', patterns );
const userPatternCategories = getUserPatternCategories();
const categories = new Map();
userPatternCategories.forEach( ( userCategory ) =>
Expand Down

0 comments on commit b9e6622

Please sign in to comment.