Navigation Menu

Skip to content

Commit

Permalink
* FailoverTransport.cs: Remove an trace statement that no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy A. Bish committed Jul 8, 2010
1 parent 14726f3 commit f8e4fc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/csharp/Transport/Failover/FailoverTransport.cs
Expand Up @@ -459,8 +459,6 @@ public void Oneway(Command command)
bool timedout = false;
while(transport == null && !disposed && connectionFailure == null)
{
Tracer.Info("Waiting for transport to reconnect.");

int elapsed = (int)(DateTime.Now - start).TotalMilliseconds;
if( this.timeout > 0 && elapsed > timeout )
{
Expand Down

0 comments on commit f8e4fc2

Please sign in to comment.