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
c96f234b
Commit
c96f234b
authored
May 05, 2017
by
Zach H
Committed by
GitHub
May 05, 2017
Browse files
Merge pull request #2683 from ctrlaltca/fix_2682
Remove unneeded debug
parents
fd3d6228
a4e78bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/remoteclient.cpp
View file @
c96f234b
...
...
@@ -283,7 +283,7 @@ void RemoteClient::readData()
#ifdef QT_DEBUG
qDebug
()
<<
"IN"
<<
messageLength
<<
QString
::
fromStdString
(
newServerMessage
.
ShortDebugString
());
#endif
qDebug
()
<<
inputBuffer
.
remove
(
0
,
messageLength
);
inputBuffer
.
remove
(
0
,
messageLength
);
messageInProgress
=
false
;
processProtocolItem
(
newServerMessage
);
...
...
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