Skip to content

Commit e057f45

Browse files
committed
Remove unnecessary log enabled check from MainTest
1 parent 525eade commit e057f45

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/fr/sandro642/github/test/MainTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public static void main(String[] args) {
5353

5454
System.out.println(response.getSpecData("data", "version"));
5555

56-
System.out.println(ConnectLib.YamlUtils().isLogEnabled());
57-
5856
} catch (Exception e) {
5957
return;
6058
}

0 commit comments

Comments
 (0)