File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
android/src/main/java/com/ReactNativeBlobUtil Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments