From ac36a5cabcccfa616669fdc59033afd1a76816ba Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 3 Mar 2011 12:08:50 +0000 Subject: [PATCH] remove debug line --- SparkleLib/SparkleRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);