Skip to content

Commit

Permalink
Removed a console.log when a user’s file is changed that CLI dev is l…
Browse files Browse the repository at this point in the history
…istening for
  • Loading branch information
matt-aitken committed Oct 5, 2023
1 parent 9189bdf commit 914745f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-pugs-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trigger.dev/cli": patch
---

Removed log when a file is changed
1 change: 0 additions & 1 deletion packages/cli/src/commands/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export async function devCommand(path: string, anyOptions: any) {
});

watcher.on("all", (_event, _path) => {
console.log(_event, _path);
throttle(refresh, throttleTimeMs);
});

Expand Down

0 comments on commit 914745f

Please sign in to comment.