mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove dead code
This commit is contained in:
parent
d6524bf46d
commit
2a05203519
@ -70,10 +70,8 @@ abstract class AbstractLinuxProcess implements LinuxProcess {
|
||||
|
||||
@Override
|
||||
public void logExceptions(List<Throwable> exceptions, org.slf4j.Logger log) {
|
||||
StringBuilder errorBuilder = new StringBuilder();
|
||||
for (Throwable t : exceptions) {
|
||||
log.error("", t);
|
||||
errorBuilder.append(t.getMessage()).append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user