fix: remove unnecessary console.log
This commit is contained in:
Vendored
+1
@@ -12,6 +12,7 @@
|
|||||||
"signup",
|
"signup",
|
||||||
"svix",
|
"svix",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
|
"toploader",
|
||||||
"totp"
|
"totp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user