Skip to content

Commit

Permalink
remove sysout println
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Oct 31, 2023
1 parent 161538b commit 0942263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/openepcis/convert/VersionTransformer.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public final EPCISVersion versionDetector(final BufferedInputStream epcisDocumen
epcisDocument.reset();
preScanVersion = new String(preScan, StandardCharsets.UTF_8);
}
System.out.println(preScanVersion);

if (!preScanVersion.contains(EPCIS.SCHEMA_VERSION)) {
throw new FormatConverterException(
Expand Down

0 comments on commit 0942263

Please sign in to comment.