Skip to content

Commit

Permalink
fix: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Sep 8, 2024
1 parent 012c8d3 commit 13386ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/RichText/useEditorBridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export const useEditorBridge = (options?: {
DEV_SERVER_URL?: string;
theme?: RecursivePartial<EditorTheme>;
}): EditorBridge => {
console.log('test');

const webviewRef = useRef<WebView>(null);
// Till we will implement default per bridgeExtension
const editorStateRef = useRef<BridgeState | {}>({});
Expand Down

0 comments on commit 13386ef

Please sign in to comment.