summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 9de264693e8..bdee5f2b6a0 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -213,7 +213,6 @@ TAO_GIOP_Message_Base::read_message (TAO_Transport *transport,
ACE_reinterpret_cast (u_char *,
buf),
msg_len);
- cout << "We are here " << "jj" <<endl;
}
return this->message_handler_.is_message_ready ();
}