Remove debugging code

This commit is contained in:
Dane Everitt 2019-12-21 16:39:25 -08:00
parent e784218645
commit 00bf5644f8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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>/