Skip to content

Commit a600caf

Browse files
committed
remove debug
1 parent 8dde5bc commit a600caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/authutil.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ describe('authutil tests', () => {
130130
let rc = readRcFile(rcFile);
131131
expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/');
132132
expect(rc['always-auth']).toBe('false');
133-
dbg(`${JSON.stringify(rc)}`);
134133
expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar');
135134

136135
})

0 commit comments

Comments
 (0)