remove bad console.log
This commit is contained in:
parent
143db0163e
commit
6b274dce9b
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ function readManifestFromPackage(packagePath: string): Promise<Manifest> {
|
|||
stream.once('error', e);
|
||||
stream.once('end', () => {
|
||||
try {
|
||||
console.log(Buffer.concat(buffers).toString('utf8'));
|
||||
c(JSON.parse(Buffer.concat(buffers).toString('utf8')));
|
||||
} catch (err) {
|
||||
e(err);
|
||||
|
|
Loading…
Add table
Reference in a new issue