Skip to content

Commit

Permalink
chore: remove left-in console.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
feywind committed Sep 20, 2023
1 parent df70922 commit 161fb73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pubsub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ describe('PubSub', () => {
});

const [topic, resp] = await pubsub.createTopic!(topicName)!;
console.trace(topic);
assert.strictEqual(topic.name.includes('{{'), false);
assert.strictEqual(resp, apiResponse);
});
Expand Down

0 comments on commit 161fb73

Please sign in to comment.