Skip to content

Commit 48d2ca4

Browse files
committed
update
1 parent 0f9b45e commit 48d2ca4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/cn/reactnative/modules/update/DownloadTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ private void removeDirectory(File file) throws IOException {
6969

7070
private void downloadFile(DownloadTaskParams param) throws IOException {
7171
String url = param.url;
72-
Log.d("😁downloadFile", url);
7372
File writePath = param.targetFile;
7473
this.hash = param.hash;
7574
OkHttpClient client = new OkHttpClient();

0 commit comments

Comments
 (0)