Skip to content

Commit

Permalink
Remove spurious logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazkov committed Apr 19, 2024
1 parent 44ec4d8 commit 5dbf172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seeds/team-experiments/src/breadboard/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class Runner extends (EventTarget as RunEventTarget) implements Runner {

for (;;) {
const result = await this.#run.next();
console.log("🍊 result", result);
if (result.done) {
this.#run = null;
return false;
Expand Down

0 comments on commit 5dbf172

Please sign in to comment.