mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
editor: remove console.log
This was from debugging and was missed.
This commit is contained in:
committed by
David Lechner
parent
9d71bb4734
commit
b8a1c70536
@@ -486,7 +486,6 @@ const Editor: React.VFC = () => {
|
||||
const isEmpty = useSelector((s) => s.editor.openFileUuids.length === 0);
|
||||
const { activeFileUuid } = useSelector((s) => s.editor);
|
||||
const fileName = useFileStoragePath(activeFileUuid ?? ('' as UUID));
|
||||
console.log(fileName);
|
||||
|
||||
return (
|
||||
<div className="pb-editor">
|
||||
|
||||
Reference in New Issue
Block a user