Skip to content

Commit

Permalink
Fix remove accidentally added debugging code from ping service
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 12, 2019
1 parent f332452 commit 31d5ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WoL/Services/PingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public PingService(IAddressLookupService addressLookupService)

public async Task<PingResult> IsReachable(string hostname, int timeout)
{
await Task.Delay(1000);
IPAddress ip;
try
{
Expand Down

0 comments on commit 31d5ed2

Please sign in to comment.