Skip to content

Commit 59750fd

Browse files
committed
fix: i hate myself
1 parent 6d50519 commit 59750fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commandkit/bin/development.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export async function bootstrapDevelopmentServer(opts) {
6262
entry: [src, '!dist', '!.commandkit', `!${outDir}`].filter(Boolean),
6363
watch: watchMode,
6464
async onSuccess() {
65-
console.log('watch triggered');
6665
return await injectShims('.commandkit', main, false, requirePolyfill);
6766
},
6867
});

0 commit comments

Comments
 (0)