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
Erik Jansson
LabComm
Commits
96bdb079
Commit
96bdb079
authored
Oct 15, 2014
by
Anders Blomdell
Browse files
Removed debug printout.
parent
d3e25d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/c/labcomm_decoder.c
View file @
96bdb079
...
...
@@ -217,7 +217,6 @@ int labcomm_decoder_decode_one(struct labcomm_decoder *d)
}
else
{
result
=
-
ECONNRESET
;
}
fprintf
(
stderr
,
"VERSION %s %d
\n
"
,
version
,
result
);
labcomm_memory_free
(
d
->
memory
,
1
,
version
);
}
else
if
(
!
d
->
version_ok
)
{
fprintf
(
stderr
,
"No VERSION %d %d
\n
"
,
remote_index
,
length
);
...
...
Write
Preview
Markdown
is supported
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