Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
fbeeb867
Commit
fbeeb867
authored
Sep 08, 2009
by
hjk
Browse files
trk: remove a debug message
parent
db8cddf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/manual/trk/trkdevicex.cpp
View file @
fbeeb867
...
...
@@ -496,7 +496,6 @@ void TrkDevice::tryTrkRead()
while
(
extractResult
(
&
d
->
trkReadBuffer
,
d
->
serialFrame
,
&
r
,
&
rawData
))
{
//if (verbose())
// logMessage("Read TrkResult " + r.data.toHex());
qDebug
()
<<
"RECEIVE DATA: "
<<
r
.
data
.
toHex
();
d
->
queue
.
slotHandleResult
(
r
);
emit
messageReceived
(
r
);
if
(
!
rawData
.
isEmpty
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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