You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/05/13 00:58:44 UTC

cordova-plugin-file-transfer git commit: Remove verbose console log messages

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 5078eceb2 -> 428d791f5


Remove verbose console log messages


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/428d791f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/428d791f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/428d791f

Branch: refs/heads/master
Commit: 428d791f5597eb74b45536fe95b38f7ee2bd9e81
Parents: 5078ece
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Tue May 12 15:16:15 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Tue May 12 15:16:54 2015 -0700

----------------------------------------------------------------------
 tests/tests.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/428d791f/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 596f040..b7146a0 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -114,7 +114,6 @@ exports.defineAutoTests = function () {
                 function (fileEntry) {
                     fileEntry.remove(
                         function () {
-                            console.log('deleted \'' + name + '\'');
                             done();
                         },
                         function () {
@@ -123,7 +122,6 @@ exports.defineAutoTests = function () {
                     );
                 },
                 function () {
-                    console.log('no \'' + name + '\' to delete; skipping deletion');
                     done();
                 }
             );
@@ -135,7 +133,6 @@ exports.defineAutoTests = function () {
                     fileEntry.createWriter(function (writer) {
 
                         writer.onwrite = function () {
-                            console.log('created test file \'' + name + '\'');
                             success(fileEntry);
                         };
 


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