diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index 12991c68..cde9ca99 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -771,7 +771,7 @@ namespace SparkleLib { git.WaitForExit (); _CurrentHash = Head.CurrentCommit.Hash; - Console.WriteLine ("!!!!" + LocalPath + ": " + GetCommits (1).Count); + if (NewCommit != null) NewCommit (GetCommits (1) [0], LocalPath);