summaryrefslogtreecommitdiff
path: root/dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet')
-rw-r--r--dotnet/client-010/client/transport/Connection.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/dotnet/client-010/client/transport/Connection.cs b/dotnet/client-010/client/transport/Connection.cs
index 74e3892b22..bd1509384c 100644
--- a/dotnet/client-010/client/transport/Connection.cs
+++ b/dotnet/client-010/client/transport/Connection.cs
@@ -163,10 +163,6 @@ namespace org.apache.qpid.transport
{
_sender.Close();
}
-
- public override String ToString()
- {
- return String.Format("conn:{0}", this);
- }
}
+
}