Skip to content

Commit 2784797

Browse files
author
Pelle Wessman
committed
Remove accidental debug code
1 parent cc21ea0 commit 2784797

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/commands/info/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const run = async (argv, importMeta, { parentName }) => {
7878

7979
const pkgName = rawPkgName.slice(0, versionSeparator)
8080
const pkgVersion = rawPkgName.slice(versionSeparator + 1)
81-
console.log('sdfd', pkgName, pkgVersion)
8281

8382
if (!pkgVersion) {
8483
throw new InputError('Need to specify a version, like eg: webtorrent@1.0.0')

0 commit comments

Comments
 (0)