fix: remove unnecessary console.log
This commit is contained in:
Vendored
+1
@@ -12,6 +12,7 @@
|
||||
"signup",
|
||||
"svix",
|
||||
"tailwindcss",
|
||||
"toploader",
|
||||
"totp"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ export default function Editor({
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
} finally {
|
||||
console.log('here');
|
||||
setCreatingOrUpdating(false);
|
||||
setCurrentDoc(['']);
|
||||
editorView?.dispatch({
|
||||
|
||||
Reference in New Issue
Block a user