From 161fb736079f5032e8b87936353120460bc8bb22 Mon Sep 17 00:00:00 2001 From: feywind <57276408+feywind@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:17:34 -0400 Subject: [PATCH] chore: remove left-in console.trace --- test/pubsub.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pubsub.ts b/test/pubsub.ts index 9ba8705f2..ef30f05af 100644 --- a/test/pubsub.ts +++ b/test/pubsub.ts @@ -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); });