minor changes

This commit is contained in:
coderaiser 2012-10-03 07:34:22 -04:00
parent 009215ef42
commit b7dbfaf5bf

View file

@ -26,7 +26,6 @@ function pull(pError, pStdout, pStderr){
}
else pStdout = 'Cloud Commander is up to date.';
console.log(packagejson);
console.log( process.cwd() );
if(packagejson)
pStdout = 'Version ' + packagejson.version + '\n' + pStdout;