Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Radtke committed Dec 17, 2024
1 parent da89397 commit f6404dc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ public boolean handleMessage(Message msg) {
@Override
public void run() {
Context appCtx = ReactNativeBlobUtilImpl.RCTContext.getApplicationContext();
String t123 = String.valueOf(options.addAndroidDownloads.hasKey("storeLocal"));
String t1234 = String.valueOf(options.addAndroidDownloads.getBoolean("storeLocal"));
// RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t123);
// RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t1234);
// use download manager instead of default HTTP implementation
if (options.addAndroidDownloads != null && options.addAndroidDownloads.hasKey("useDownloadManager")) {

Expand Down Expand Up @@ -279,7 +275,6 @@ public void run() {


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

Expand Down

0 comments on commit f6404dc

Please sign in to comment.