Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 27, 2024
1 parent 5983220 commit e12b4b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/gar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ describe('GatewayRegistry', async () => {
Tags: [...overwriteTags, ...tags],
});

console.log(joinNetworkResult);

// confirm there is an error tag
const errorTag = joinNetworkResult.Messages[0].Tags.find(
(tag) => tag.name === 'Error',
Expand Down

0 comments on commit e12b4b6

Please sign in to comment.