We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31e749 commit 2e93541Copy full SHA for 2e93541
android/src/main/java/cn/reactnative/modules/update/DownloadTask.java
@@ -69,7 +69,6 @@ private void removeDirectory(File file) throws IOException {
69
70
private void downloadFile(DownloadTaskParams param) throws IOException {
71
String url = param.url;
72
- Log.d("😁downloadFile", url);
73
File writePath = param.targetFile;
74
this.hash = param.hash;
75
OkHttpClient client = new OkHttpClient();
0 commit comments