Skip to content

Commit f6404dc

Browse files
author
Ron Radtke
committed
remove logs
1 parent da89397 commit f6404dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ public boolean handleMessage(Message msg) {
238238
@Override
239239
public void run() {
240240
Context appCtx = ReactNativeBlobUtilImpl.RCTContext.getApplicationContext();
241-
String t123 = String.valueOf(options.addAndroidDownloads.hasKey("storeLocal"));
242-
String t1234 = String.valueOf(options.addAndroidDownloads.getBoolean("storeLocal"));
243-
// RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t123);
244-
// RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t1234);
245241
// use download manager instead of default HTTP implementation
246242
if (options.addAndroidDownloads != null && options.addAndroidDownloads.hasKey("useDownloadManager")) {
247243

@@ -279,7 +275,6 @@ public void run() {
279275

280276

281277
if (options.addAndroidDownloads.hasKey("storeLocal") && options.addAndroidDownloads.getBoolean("storeLocal")) {
282-
// RNLog.w(ReactNativeBlobUtilImpl.RCTContext, "a");
283278
String path = (String) ReactNativeBlobUtilFS.getSystemfolders(ReactNativeBlobUtilImpl.RCTContext).get("DownloadDir");
284279
path = path + UUID.randomUUID().toString();
285280

0 commit comments

Comments
 (0)