Skip to content
Snippets Groups Projects
Commit 11d4a20c authored by Giannis Kopanas's avatar Giannis Kopanas Committed by chris
Browse files

fix(services): remove console

parent 45b795a5
No related branches found
No related tags found
......@@ -20,7 +20,7 @@ const EditorComponent = ({ node, view, getPos }) => {
});
if (context.activeViewId === node.attrs.id) {
console.log(node.attrs.id, "matched")
console.log(node.attrs.id, 'matched');
}
useEffect(() => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment