Skip to content

Commit 4d6be0e

Browse files
committed
[Java] Remove debugging output that was left in by mistake.
1 parent 4266b03 commit 4d6be0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,6 @@ private Class<?> compile(final String fqClassName) throws Exception
459459
System.out.println(sources);
460460
}
461461

462-
if (fqClassName.contains("Model"))
463-
{
464-
System.out.println("sources = " + sources.get(fqClassName));
465-
}
466462
return aClass;
467463
}
468464

0 commit comments

Comments
 (0)