From bb6b1682cf45d90a96dcb32beb66075895c1dfea Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 22 May 2011 15:58:07 +0100 Subject: [PATCH] ui: remove debug lines --- SparkleShare/SparkleUI.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SparkleShare/SparkleUI.cs b/SparkleShare/SparkleUI.cs index 29273a43..df9dd3c5 100644 --- a/SparkleShare/SparkleUI.cs +++ b/SparkleShare/SparkleUI.cs @@ -95,13 +95,6 @@ namespace SparkleShare { AddEventLog (repository_path); }); - Console.WriteLine ("***** ARGUMENTS: *****"); - Console.WriteLine ("[0]" + user_name); - Console.WriteLine ("[0]" + user_email); - Console.WriteLine ("[0]" + message); - Console.WriteLine ("[0]" + repository_path); - Console.WriteLine ("**********************"); - bubble.Show (); }); };