Remove system.out.println in testcases

This commit is contained in:
2020-11-05 10:18:53 +01:00
parent 29b3707ee8
commit 633b633e2b
12 changed files with 39 additions and 39 deletions
@@ -10,8 +10,8 @@ public class TLWMatchdayUpdaterTest {
String sql = matchdaysUpdater.getUpdateSql();
System.out.println(sql);
System.out.println(matchdaysUpdater.getBeautifulInfo());
// System.out.println(sql);
// System.out.println(matchdaysUpdater.getBeautifulInfo());
}
@Test
@@ -20,7 +20,7 @@ public class TLWMatchdayUpdaterTest {
String sql = matchdaysUpdater.getUpdateSql();
System.out.println(sql);
System.out.println(matchdaysUpdater.getBeautifulInfo());
// System.out.println(sql);
// System.out.println(matchdaysUpdater.getBeautifulInfo());
}
}