mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
Remove debug console.log in zip utility
This commit is contained in:
@@ -42,7 +42,7 @@ class Zip {
|
|||||||
regex = decodeNullUnicode(regex);
|
regex = decodeNullUnicode(regex);
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
this.unzip.getBuffer([regex], { type }, (err, buffers) => {
|
this.unzip.getBuffer([regex], { type }, (err, buffers) => {
|
||||||
console.log(buffers);
|
// console.log(buffers);
|
||||||
err ? reject(err) : resolve(buffers[regex]);
|
err ? reject(err) : resolve(buffers[regex]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user