Skip to content

Commit 4627095

Browse files
authored
Merge pull request libgit2#1517 from libgit2/cmn/remove-writeline
Remove two Console.WriteLine calls from the test fixture
2 parents fe3742e + f3306fd commit 4627095

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LibGit2Sharp.Tests/RepositoryFixture.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,10 +615,8 @@ public void QueryingTheRemoteForADetachedHeadBranchReturnsNull()
615615
string path = SandboxStandardTestRepo();
616616
using (var repo = new Repository(path))
617617
{
618-
Console.WriteLine("head, {0}", repo.Head);
619618
Commands.Checkout(repo, repo.Head.Tip.Sha, new CheckoutOptions() { CheckoutModifiers = CheckoutModifiers.Force });
620619
Branch trackLocal = repo.Head;
621-
Console.WriteLine("head, {0}", repo.Head);
622620
Assert.Null(trackLocal.RemoteName);
623621
}
624622
}

0 commit comments

Comments
 (0)