Skip to content
Snippets Groups Projects
Commit bda23348 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Remove useless debug output.

Some debug output slipped through.  Remove it to clean up stdout.
parent 00eccdd5
Branches master
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ public class SimulinkDecoder extends InputStream ...@@ -21,7 +21,6 @@ public class SimulinkDecoder extends InputStream
for (byte i = 0; i < 64; ++i) { for (byte i = 0; i < 64; ++i) {
decoderRing.put((byte)(i + ' '), i); decoderRing.put((byte)(i + ' '), i);
} }
System.out.println("S " + input.length() + " B " + this.input.length);
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment