This commit is contained in:
Hylke Bons 2011-04-17 12:22:20 +01:00
parent 866e3c16a1
commit 9f0b0571a9

View file

@ -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 ();
}