mirror of
				https://gitcode.com/github-mirrors/react-native-update-cli.git
				synced 2025-10-31 23:03:11 +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
	 sunnylqm
					sunnylqm