Skip to content

Commit 8791b08

Browse files
committed
Remove ping debugging code
1 parent 7b37a94 commit 8791b08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/commands/ping.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class Ping extends BaseCommand {
1212
const cleanRegistry = cleanUrl(this.npm.config.get('registry'))
1313
log.notice('PING', cleanRegistry)
1414
const start = Date.now()
15-
let details = await pingUtil({ ...this.npm.flatOptions })
16-
details = { a: 1, b: 2 }
15+
const details = await pingUtil({ ...this.npm.flatOptions })
1716
const time = Date.now() - start
1817
log.notice('PONG', `${time}ms`)
1918
if (this.npm.config.get('json')) {

0 commit comments

Comments
 (0)