mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
chore (cleanup): remove console.log
This commit is contained in:
@@ -85,8 +85,6 @@ export function useEditorController(update: () => void): EditorController {
|
||||
|
||||
const onMessage = useCallback(
|
||||
(data: Event) => {
|
||||
console.log(data);
|
||||
|
||||
//@ts-ignore
|
||||
if (data?.data[0] !== "{") return;
|
||||
//@ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user