Skip to content

Commit 9822c50

Browse files
committed
chore: remove console
1 parent 9571fbc commit 9822c50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/book-web/src/layouts/MarkdownEditorLayout/MarkdownEditorLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ function MarkdownEditorLayout({ children, mdxText }: Props) {
164164
return
165165
}
166166
const { deploy } = await deployAsyncMutate({ input: { url_slug: bookUrlSlug } })
167-
168-
console.log('deploy', deploy)
169167
const event = new CustomEvent(nextraCustomEventName.deployEndEvent, {
170168
detail: { publishedUrl: deploy.published_url },
171169
})

0 commit comments

Comments
 (0)