Skip to content

Commit

Permalink
Disabled main test method in NDLogger.java
Browse files Browse the repository at this point in the history
  • Loading branch information
noobidev committed Sep 7, 2019
1 parent e30f0f2 commit b9f4af7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ public void log(LogType level,String message) {
}
}

/**
* Used for logging tests
*/
/*
public static void main(String[] args) {
logWithModule(LogType.DONE, "TEST", "test message",new Exception());
}
*/
}

0 comments on commit b9f4af7

Please sign in to comment.