fix: remove unnecessary console.log

This commit is contained in:
Stevan Freeborn
2023-09-18 09:52:03 -05:00
parent a9f200acbc
commit e6b4e76e32
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
"signup", "signup",
"svix", "svix",
"tailwindcss", "tailwindcss",
"toploader",
"totp" "totp"
] ]
} }
-1
View File
@@ -81,7 +81,6 @@ export default function Editor({
} catch (error) { } catch (error) {
console.log(error); console.log(error);
} finally { } finally {
console.log('here');
setCreatingOrUpdating(false); setCreatingOrUpdating(false);
setCurrentDoc(['']); setCurrentDoc(['']);
editorView?.dispatch({ editorView?.dispatch({