Updated Branches:
  refs/heads/master 29432294d -> c02fd9098

Remove verbose debug output of every command


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/c02fd909
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/c02fd909
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/c02fd909

Branch: refs/heads/master
Commit: c02fd9098d2d5f23ca4cb72cc8eafb73f1f204fd
Parents: bc5de98
Author: Jesse MacFadyen <[email protected]>
Authored: Wed Jul 10 15:24:28 2013 -0700
Committer: Jesse MacFadyen <[email protected]>
Committed: Wed Jul 10 15:25:25 2013 -0700

----------------------------------------------------------------------
 wp7/template/cordovalib/CordovaCommandCall.cs | 2 +-
 wp8/template/cordovalib/CordovaCommandCall.cs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c02fd909/wp7/template/cordovalib/CordovaCommandCall.cs
----------------------------------------------------------------------
diff --git a/wp7/template/cordovalib/CordovaCommandCall.cs 
b/wp7/template/cordovalib/CordovaCommandCall.cs
index facc991..a8851fd 100644
--- a/wp7/template/cordovalib/CordovaCommandCall.cs
+++ b/wp7/template/cordovalib/CordovaCommandCall.cs
@@ -44,7 +44,7 @@ namespace WPCordovaClassLib.Cordova
         /// <returns>New class instance or null of string does not represent 
Cordova command</returns>
         public static CordovaCommandCall Parse(string commandStr)
         {
-            System.Diagnostics.Debug.WriteLine("CommandString : " + 
commandStr);
+            //System.Diagnostics.Debug.WriteLine("CommandString : " + 
commandStr);
             if (string.IsNullOrEmpty(commandStr))
             {
                 return null;

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c02fd909/wp8/template/cordovalib/CordovaCommandCall.cs
----------------------------------------------------------------------
diff --git a/wp8/template/cordovalib/CordovaCommandCall.cs 
b/wp8/template/cordovalib/CordovaCommandCall.cs
index facc991..a8851fd 100644
--- a/wp8/template/cordovalib/CordovaCommandCall.cs
+++ b/wp8/template/cordovalib/CordovaCommandCall.cs
@@ -44,7 +44,7 @@ namespace WPCordovaClassLib.Cordova
         /// <returns>New class instance or null of string does not represent 
Cordova command</returns>
         public static CordovaCommandCall Parse(string commandStr)
         {
-            System.Diagnostics.Debug.WriteLine("CommandString : " + 
commandStr);
+            //System.Diagnostics.Debug.WriteLine("CommandString : " + 
commandStr);
             if (string.IsNullOrEmpty(commandStr))
             {
                 return null;

Reply via email to