You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/09/03 18:52:21 UTC

[cordova-plugin-file] branch master updated: fix: Remove test log (#470)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a43050  fix: Remove test log (#470)
1a43050 is described below

commit 1a430505437951f635e403bf9e9257cbc6f8e8f7
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Fri Sep 3 15:52:12 2021 -0300

    fix: Remove test log (#470)
---
 src/android/FileUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/android/FileUtils.java b/src/android/FileUtils.java
index 1d6e61f..56563aa 100644
--- a/src/android/FileUtils.java
+++ b/src/android/FileUtils.java
@@ -1135,7 +1135,7 @@ public class FileUtils extends CordovaPlugin {
         		throw new MalformedURLException("No installed handlers for this URL");
         	}
 
-            long x = fs.writeToFileAtURL(inputURL, data, offset, isBinary); LOG.d("TEST",srcURLstr + ": "+x); return x;
+            long x = fs.writeToFileAtURL(inputURL, data, offset, isBinary);
         } catch (IllegalArgumentException e) {
             MalformedURLException mue = new MalformedURLException("Unrecognized filesystem URL");
             mue.initCause(e);

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org