Dont print

This commit is contained in:
Tom Hu 2021-07-07 18:03:20 -07:00
parent 5a763c2508
commit 7d37579e68
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
2 changed files with 0 additions and 2 deletions

1
dist/index.js vendored
View file

@ -33266,7 +33266,6 @@ try {
("" + err.message));
return;
}
console.log(body);
fs.writeFileSync(filename_1, body);
fs.chmodSync(filename_1, '777');
try {

View file

@ -21,7 +21,6 @@ try {
return;
}
console.log(body);
fs.writeFileSync(filename, body);
fs.chmodSync(filename, '777');