Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Apr 26, 2024
1 parent 6552dd7 commit 98d4c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LibraryCopy/BreadcrumbContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BreadcrumbContainer = ({
handleFolderClick: (path: string) => void;
}) => {
const initialPathSplit = path.split("/");
console.log("InitialPathSplit", initialPathSplit);

return (
<Breadcrumb style={{ margin: "1em 1em 1em 1em" }}>
{initialPathSplit.map((path: string, index) => {
Expand Down

0 comments on commit 98d4c5c

Please sign in to comment.