Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b6f3630c
Commit
b6f3630c
authored
Jan 24, 2016
by
ctrlaltca
Browse files
Merge pull request #1774 from ctrlaltca/fix_1773
Remove unneeded debug in servatrice
parents
7ec3968c
d79d6579
Changes
1
Show whitespace changes
Inline
Side-by-side
common/server_protocolhandler.cpp
View file @
b6f3630c
...
...
@@ -608,7 +608,6 @@ Response::ResponseCode Server_ProtocolHandler::cmdJoinRoom(const Command_JoinRoo
ServerInfo_ChatMessage
chatMessage
;
for
(
int
i
=
0
;
i
<
chatHistory
.
size
();
++
i
)
{
chatMessage
=
chatHistory
.
at
(
i
);
qDebug
()
<<
QString
::
fromStdString
(
chatMessage
.
message
()).
simplified
();
Event_RoomSay
roomChatHistory
;
roomChatHistory
.
set_message
(
chatMessage
.
sender_name
()
+
": "
+
chatMessage
.
message
());
roomChatHistory
.
set_message_type
(
Event_RoomSay
::
ChatHistory
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment