From 06cb8ef8095d27d68642f7afd544a759fde985b7 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 31 May 2019 10:04:07 -0700 Subject: [PATCH] fixy --- test/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/index.ts b/test/index.ts index 7188e8f..0852ed1 100644 --- a/test/index.ts +++ b/test/index.ts @@ -143,7 +143,6 @@ describe('DNS', () => { apiEndpoint, }); const calledWith = dns.calledWith_[0]; - console.log(calledWith); assert.strictEqual(calledWith.apiEndpoint, apiEndpoint); assert.strictEqual(calledWith.baseUrl, `https://${apiEndpoint}/dns/v1`); });