Skip to content

Commit e537e3a

Browse files
committed
fix(example): remove console#log
1 parent a89474a commit e537e3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/vue3/src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const options = configs.basic;
77
88
const particlesInit = async (engine: Engine) => {
99
await loadFull(engine);
10-
11-
console.log(engine);
1210
};
1311
1412
const particlesLoaded = async (container: Container) => {

0 commit comments

Comments
 (0)