Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7252f9e

Browse files
committed
Removed Debug.WriteLine.
1 parent e5065bc commit 7252f9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/LoginManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public async Task<User> Login(
123123
// It seems that attempting to use a token immediately sometimes fails, retry a few
124124
// times with a delay of of 1s to allow the token to propagate.
125125
await Task.Delay(1000);
126-
System.Diagnostics.Debug.WriteLine("Retrying login " + retry);
127126
}
128127
}
129128

0 commit comments

Comments
 (0)