This commit is contained in:
Hylke Bons 2011-04-17 12:22:20 +01:00
parent 7e42c34c64
commit 780d8ccc61

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