File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
android/src/main/java/com/ReactNativeBlobUtil Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ public void run() {
240
240
Context appCtx = ReactNativeBlobUtilImpl .RCTContext .getApplicationContext ();
241
241
String t123 = String .valueOf (options .addAndroidDownloads .hasKey ("storeLocal" ));
242
242
String t1234 = String .valueOf (options .addAndroidDownloads .getBoolean ("storeLocal" ));
243
- RNLog .w (ReactNativeBlobUtilImpl .RCTContext , t123 );
244
- RNLog .w (ReactNativeBlobUtilImpl .RCTContext , t1234 );
243
+ // RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t123);
244
+ // RNLog.w(ReactNativeBlobUtilImpl.RCTContext, t1234);
245
245
// use download manager instead of default HTTP implementation
246
246
if (options .addAndroidDownloads != null && options .addAndroidDownloads .hasKey ("useDownloadManager" )) {
247
247
@@ -279,7 +279,7 @@ public void run() {
279
279
280
280
281
281
if (options .addAndroidDownloads .hasKey ("storeLocal" ) && options .addAndroidDownloads .getBoolean ("storeLocal" )) {
282
- RNLog .w (ReactNativeBlobUtilImpl .RCTContext , "a" );
282
+ // RNLog.w(ReactNativeBlobUtilImpl.RCTContext, "a");
283
283
String path = (String ) ReactNativeBlobUtilFS .getSystemfolders (ReactNativeBlobUtilImpl .RCTContext ).get ("DownloadDir" );
284
284
path = path + UUID .randomUUID ().toString ();
285
285
You can’t perform that action at this time.
0 commit comments