chore (cleanup): remove console.log

This commit is contained in:
ammarahm-ed
2022-07-26 14:31:57 +05:00
parent 5fb4c00166
commit 4a62865978

View File

@@ -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