We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626d1aa commit daaa631Copy full SHA for daaa631
1 file changed
src/cloud/components/Blocks/BlockContent.tsx
@@ -160,7 +160,6 @@ const BlockContent = ({ doc }: BlockContentProps) => {
160
id: string
161
}) {
162
await sleep(300).finally(() => {
163
- console.log('slept')
164
blockEventEmitter.dispatch({
165
event: 'creation',
166
blockType: type,
0 commit comments