Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed May 23, 2023
1 parent e81900a commit 353e526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mermaid/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { create } from './browser-instance.js'
if (outputType) {
const diagramSource = await micro.text(req, { limit: '1mb', encoding: 'utf8' })
if (diagramSource) {
console.log({ diagramSource })
try {
const isPng = outputType === 'png'
const output = await worker.convert(new Task(diagramSource, isPng), url.searchParams)
Expand Down

0 comments on commit 353e526

Please sign in to comment.