remove debug messages
This commit is contained in:
@@ -14,7 +14,6 @@ smartcli.addVersion(npmciInfo.version)
|
||||
smartcli.addCommand('build')
|
||||
.then(async argvArg => {
|
||||
let modBuild = await npmciMods.modBuild.load()
|
||||
console.log(argvArg)
|
||||
await modBuild.build(argvArg)
|
||||
NpmciEnv.configStore()
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user