Skip to content

Commit e9ba194

Browse files
committed
chore: remove log
1 parent 12ac504 commit e9ba194

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export const attachToElement = (element: HTMLElement | ChildNode, options: Sandb
114114
};
115115
const entry = options.entry;
116116
const sandpackOptions = options.options;
117-
console.log({ sandpackOptions });
118117
const template = (options.template ?? "vanilla") as SandpackPredefinedTemplate;
119118
currentRoot.render(
120119
<Sandpack

0 commit comments

Comments
 (0)