Skip to content

Commit

Permalink
fixup! minor
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 22, 2024
1 parent c5fd1d7 commit c10ed0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/zone/test/async-flow/test-convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ const testConvert = (t, zone, { makeVowKit }, showOnConsole = false) => {
t.is(gErr2.name, 'URIError');

if (showOnConsole) {
// To see the annotation chain. Once we're synced with the next ses-ava,
// change this to a t.log, so we will see the annotation chain in context.
t.log('gErr2', gErr2);
}
};
Expand Down

0 comments on commit c10ed0e

Please sign in to comment.