Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnm committed Nov 11, 2024
1 parent c1bf94c commit 309cab0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export const useFilteredItems = (
const sandboxesForPath = getFilteredSandboxes(folderSandboxes || []);
const normalizedPath = normalizePath(path);

console.log(normalizedPath);
console.log(allCollections);

const folderFolders =
allCollections?.filter(
collection =>
Expand Down

0 comments on commit 309cab0

Please sign in to comment.