Skip to content

Commit ac8174f

Browse files
author
Pelle Wessman
committed
Remove accidental debug code
1 parent d351960 commit ac8174f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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: [email protected]')

0 commit comments

Comments
 (0)