Skip to content

Commit

Permalink
Merge pull request jpos#75 from vsalaman/patch-1
Browse files Browse the repository at this point in the history
Removed unnecessary console logging
  • Loading branch information
ar committed Nov 3, 2014
2 parents bedd548 + 4c9e515 commit bb0ef77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jpos/src/main/java/org/jpos/tlv/TLVList.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public Enumeration elements() {
* @throws org.jpos.iso.ISOException
*/
public void unpack(byte[] buf, int offset) throws ISOException {
System.out.println (ISOUtil.hexdump(buf));
ByteBuffer buffer=ByteBuffer.wrap(buf,offset,buf.length-offset);
TLVMsg currentNode;
while (hasNext(buffer)) {
Expand Down

0 comments on commit bb0ef77

Please sign in to comment.