Skip to content

Commit ee8e1f8

Browse files
author
Ives van Hoorne
committed
Remove console.log
1 parent 10ea330 commit ee8e1f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sandbox/compile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ async function compile({
178178
const boilerplate = findBoilerplate(module);
179179
if (boilerplate) {
180180
try {
181-
console.log(boilerplate);
182181
boilerplate.module.default(evalled);
183182
} catch (e) {
184183
console.error(e);

0 commit comments

Comments
 (0)