remove debug line

This commit is contained in:
Hylke Bons 2011-03-03 12:08:50 +00:00
parent 3061844ee7
commit ac36a5cabc

View file

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