Skip to content

Commit dde6848

Browse files
committed
fix: remove unuse console.log
1 parent c1ab8ef commit dde6848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const getCodeZipPath = async (instance, code) => {
3333
}
3434

3535
const prepareInputs = async (instance, inputs) => {
36-
console.log('inputs', inputs)
3736
let code = inputs.src || ''
3837
code =
3938
typeof code === 'string'

0 commit comments

Comments
 (0)