fix formatting

This commit is contained in:
Loredana 2019-05-25 21:34:44 +03:00
parent 8ce7484205
commit 148ff421e0
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ public class Slf4jLogger implements System.Logger {
}
String message = MessageFormat.format(format, params);
String message = MessageFormat.format(format, params);
switch (level) {
case TRACE:
logger.trace(message);