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
Sven Gestegård Robertz
LabComm
Commits
9e27c274
Commit
9e27c274
authored
Feb 20, 2013
by
Sven Robertz
Browse files
removed debug printout
parent
399b7dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/java/se/lth/control/labcomm/LabCommDecoderChannel.java
View file @
9e27c274
...
...
@@ -143,7 +143,6 @@ public class LabCommDecoderChannel implements LabCommDecoder {
byte
c
=
in
.
readByte
();
res
|=
(
c
&
0x7f
)
<<
7
*
i
;
cont
=
(
c
&
0x80
)
!=
0
;
System
.
out
.
println
(
"decodePacked32: "
+
res
);
i
++;
}
while
(
cont
);
...
...
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