Skip to content

Commit 9408cc4

Browse files
committed
Removed a console.log when a user’s file is changed that CLI dev is listening for
1 parent 4732823 commit 9408cc4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.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)