Remove system.out.println in testcases
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user