Remove debugging code
This commit is contained in:
parent
e784218645
commit
00bf5644f8
|
@ -34,9 +34,6 @@ export default ({ withinFileEditor, isNewFile }: Props) => {
|
|||
return { name: directory, path: `/${dirs.slice(0, index + 1).join('/')}` };
|
||||
});
|
||||
|
||||
if (withinFileEditor)
|
||||
console.log(breadcrumbs());
|
||||
|
||||
return (
|
||||
<div className={'flex items-center text-sm mb-4 text-neutral-500'}>
|
||||
/<span className={'px-1 text-neutral-300'}>home</span>/
|
||||
|
|
Loading…
Reference in New Issue