Skip to content

Commit 00bf564

Browse files
committed
Remove debugging code
1 parent e784218 commit 00bf564

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/scripts/components/server/files/FileManagerBreadcrumbs.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ export default ({ withinFileEditor, isNewFile }: Props) => {
3434
return { name: directory, path: `/${dirs.slice(0, index + 1).join('/')}` };
3535
});
3636

37-
if (withinFileEditor)
38-
console.log(breadcrumbs());
39-
4037
return (
4138
<div className={'flex items-center text-sm mb-4 text-neutral-500'}>
4239
/<span className={'px-1 text-neutral-300'}>home</span>/

0 commit comments

Comments
 (0)