Skip to content

Commit 914745f

Browse files
committed
Removed a console.log when a user’s file is changed that CLI dev is listening for
1 parent 9189bdf commit 914745f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/thick-pugs-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/cli": patch
3+
---
4+
5+
Removed log when a file is changed

packages/cli/src/commands/dev.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export async function devCommand(path: string, anyOptions: any) {
196196
});
197197

198198
watcher.on("all", (_event, _path) => {
199-
console.log(_event, _path);
200199
throttle(refresh, throttleTimeMs);
201200
});
202201

0 commit comments

Comments
 (0)