Skip to content

Commit 2baf3ba

Browse files
committed
Remove debug line
1 parent 9f653b3 commit 2baf3ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/NETworkManager/Models/Network/Traceroute.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public void TraceAsync(IPAddress ipAddress, TracerouteOptions traceOptions, Canc
8989

9090
pingReply = ping.Send(ipAddress, traceOptions.Timeout, buffer, new System.Net.NetworkInformation.PingOptions() { Ttl = i, DontFragment = traceOptions.DontFragement });
9191

92-
Debug.WriteLine(i.ToString() + " " + pingReply.Address);
93-
9492
stopwatch.Stop();
9593
}
9694

0 commit comments

Comments
 (0)