Skip to content

Commit 7f17829

Browse files
committed
docs: forgot log
1 parent 4dc04e7 commit 7f17829

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/components/Repl.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const props = defineProps<{
1010
editor: any;
1111
}>();
1212
13-
console.log(props.editor);
14-
1513
const containerRef = ref<HTMLElement>();
1614
const { isFullscreen, toggle: toggleFullscreen } = useFullscreen(containerRef);
1715

0 commit comments

Comments
 (0)