aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/cast_socket_message_port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/cast_socket_message_port.cc')
-rw-r--r--cast/common/channel/cast_socket_message_port.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cast/common/channel/cast_socket_message_port.cc b/cast/common/channel/cast_socket_message_port.cc
index 0c51304b..bdc33f20 100644
--- a/cast/common/channel/cast_socket_message_port.cc
+++ b/cast/common/channel/cast_socket_message_port.cc
@@ -93,7 +93,6 @@ void CastSocketMessagePort::OnMessage(VirtualConnectionRouter* router,
return;
}
- OSP_DVLOG << "Received a cast socket message";
if (!client_) {
OSP_DLOG_WARN << "Dropping message due to nullptr client_";
return;