Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7ac8b04

Browse files
Removing some commented out test code
1 parent fac4159 commit 7ac8b04

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tests/IntegrationTests/Events/RepositoryWatcherTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -453,13 +453,6 @@ public static void AttachListener(this IRepositoryWatcherListener listener, IRep
453453
autoResetEvent?.LocalBranchDeleted.Set();
454454
};
455455

456-
//repositoryWatcher.RemoteBranchChanged += (s, s1) =>
457-
//{
458-
// logger?.Trace("RemoteBranchChanged: {0} {1}", s, s1);
459-
// listener.RemoteBranchChanged(s, s1);
460-
// autoResetEvent?.RemoteBranchChanged.Set();
461-
//};
462-
463456
repositoryWatcher.RemoteBranchCreated += (s, s1) =>
464457
{
465458
logger?.Trace("RemoteBranchCreated: {0} {1}", s, s1);

0 commit comments

Comments
 (0)