diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index 0335ec2c..795c840c 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -676,7 +676,6 @@ namespace SparkleLib { git.WaitForExit (); _CurrentHash = GetCurrentHash (); - SparkleHelpers.DebugInfo ("Commit", "[" + Name + "] " + message + " (" + _CurrentHash); SparkleEventArgs args = new SparkleEventArgs ("Commited") { @@ -689,7 +688,6 @@ namespace SparkleLib { // Collect garbage pseudo-randomly if (DateTime.Now.Second % 10 == 0) CollectGarbage (); - }