Skip to content

Commit c4eb01a

Browse files
committed
Remove unnecessary comment
(cherry picked from commit 4c6e64c)
1 parent abf24b4 commit c4eb01a

File tree

1 file changed

+0
-2
lines changed
  • common/src/main/java/com/genexus/diagnostics/core

1 file changed

+0
-2
lines changed

common/src/main/java/com/genexus/diagnostics/core/ILogger.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,4 @@ default void write(String message, int logLevel, Object data, boolean stackTrace
7979

8080
default boolean isEnabled(int logLevel) { return false; }
8181

82-
//boolean isEnabled(int logLevel, String topic);
83-
8482
}

0 commit comments

Comments
 (0)