Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 19, 2022
1 parent 2160386 commit 8d2f673
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SearchBlock/SearchBlockView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export default function SearchBlockView(props) {
schema,
);

console.log('appname', appName);

// TODO: this is a hack, please solve it properly
registry.searchui[appName] = {
...registry.searchui[appName],
Expand Down

0 comments on commit 8d2f673

Please sign in to comment.