From a600caf7ccd6d2de82cc7a6c1eaf915616d1b883 Mon Sep 17 00:00:00 2001
From: Andres Vargas <andres@python3.ninja>
Date: Wed, 21 Oct 2020 18:20:47 -0500
Subject: [PATCH] remove debug

---
 __tests__/authutil.test.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/__tests__/authutil.test.ts b/__tests__/authutil.test.ts
index 963ab8f..7910935 100644
--- a/__tests__/authutil.test.ts
+++ b/__tests__/authutil.test.ts
@@ -130,7 +130,6 @@ describe('authutil tests', () => {
     let rc = readRcFile(rcFile);
     expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/');
     expect(rc['always-auth']).toBe('false');
-    dbg(`${JSON.stringify(rc)}`);
     expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar');
 
   })