You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/12/18 09:02:31 UTC

[4/7] cordova-wp8 git commit: remove debug trace

remove debug trace


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

Branch: refs/heads/3.7.x
Commit: 29bf8850e8b371db90fd857604489ab1fcaeb26f
Parents: cca4d44
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Dec 15 23:56:53 2014 -0800
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Dec 18 10:58:26 2014 +0300

----------------------------------------------------------------------
 template/cordovalib/CordovaView.xaml.cs | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/29bf8850/template/cordovalib/CordovaView.xaml.cs
----------------------------------------------------------------------
diff --git a/template/cordovalib/CordovaView.xaml.cs b/template/cordovalib/CordovaView.xaml.cs
index 4c509e0..df91d73 100644
--- a/template/cordovalib/CordovaView.xaml.cs
+++ b/template/cordovalib/CordovaView.xaml.cs
@@ -136,8 +136,6 @@ namespace WPCordovaClassLib
                 return;
             }
 
-            Debug.WriteLine("Created new CordovaView instance");
-
             // initializes native execution logic
             configHandler = new ConfigHandler();
             configHandler.LoadAppPackageConfig();


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