Skip to content

Commit

Permalink
Remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 21, 2022
1 parent 3de9794 commit 556d7df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ async function run() {
);
}

console.log('exiting 1');
controllers.forEach((controller) => {
controller.abort();
});
Expand All @@ -471,7 +470,6 @@ async function run() {
}
}
}
console.log('exiting 0');
controllers.forEach((controller) => {
controller.abort();
});
Expand Down

0 comments on commit 556d7df

Please sign in to comment.