diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Connection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp index 6868934d6a1..fd740488944 100644 --- a/cpp/src/Ice/Connection.cpp +++ b/cpp/src/Ice/Connection.cpp @@ -1143,7 +1143,6 @@ IceInternal::Connection::setState(State state, const LocalException& ex) { Warning out(_logger); out << "connection exception:\n" << *_exception.get() << '\n' << _transceiver->toString(); - out << '\n' << (int)_state << " -> " << (int)state; } } } |