Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored May 21, 2024
1 parent 14d2dbb commit bb6c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function getConfigByPath(items, pathname) {
console.log('getConfigByPath', items, pathname);
// console.log('getConfigByPath', items, pathname);
let rootPathConfig = null;
const itemsByPath = items?.reduce((acc, val) => {
if (val.rootPath === '/') {
Expand Down

0 comments on commit bb6c66d

Please sign in to comment.