Skip to content

Commit

Permalink
fix: remove console-log
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 5, 2023
1 parent 7573440 commit 8e699b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/subscribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ export const subscribe = (trigger: Trigger): Subscription => {
initialRun: trigger.initialRun,
persistent: trigger.persistent,
teardown: async () => {
console.log('TEARDOWN', outerActiveTask?.abortController);

if (outerTeardownInitiated) {
log.warn('teardown already initiated');

Expand Down
1 change: 1 addition & 0 deletions src/watch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ it.skip('ignores file change events if the file hash is the same; file existed b
});

// https://github.com/gajus/turbowatch/issues/17
// Not clear why this is failing in CI/CD.
it.skip('does not log every file change', async () => {
const onChange = sinon.stub();

Expand Down

0 comments on commit 8e699b1

Please sign in to comment.