Skip to content

Commit a2ab77b

Browse files
committed
Removed println
1 parent bf96f86 commit a2ab77b

File tree

1 file changed

+0
-2
lines changed
  • hibernate-core/src/test/java/org/hibernate/orm/test/hql

1 file changed

+0
-2
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/hql/EnumTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public void testEnumCasting(SessionFactoryScope scope) {
5959
.getResultList();
6060

6161
assertThat(largeShirtsOrdinal).hasSize(1);
62-
System.out.println("+++++" + largeShirtsOrdinalFunction);
63-
System.out.println("+++++" + largeShirtsOrdinal);
6462
assertThat(largeShirtsOrdinal).hasSameElementsAs(largeShirtsOrdinalFunction);
6563
});
6664

0 commit comments

Comments
 (0)