removed debug log
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/9c157b63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/9c157b63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/9c157b63 Branch: refs/heads/master Commit: 9c157b634bfac40f24de933a1ea54eb2566f6ddb Parents: a7ec452 Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Thu May 17 00:46:22 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@gmail.com> Committed: Thu May 17 00:46:22 2012 -0700 ---------------------------------------------------------------------- framework/Cordova/Commands/File.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/9c157b63/framework/Cordova/Commands/File.cs ---------------------------------------------------------------------- diff --git a/framework/Cordova/Commands/File.cs b/framework/Cordova/Commands/File.cs index da3f6e4..ed243ca 100644 --- a/framework/Cordova/Commands/File.cs +++ b/framework/Cordova/Commands/File.cs @@ -1432,7 +1432,7 @@ namespace WP7CordovaClassLib.Cordova.Commands private static string AddSlashToDirectory(string dirPath) { - Debug.WriteLine("AddSlashToDirectory :: " + dirPath); + //Debug.WriteLine("AddSlashToDirectory :: " + dirPath); if (dirPath.EndsWith("/")) { return dirPath;