Remove unnecessary todo

This commit is contained in:
Christoph Atteneder 2021-11-10 13:21:56 +01:00
parent 880df30ffc
commit 40ad5737cb
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -75,7 +75,7 @@ public class SeedNodeMain extends ExecutableForAppWithP2p {
}
@Override
protected void launchApplication() {//todo
protected void launchApplication() {
UserThread.execute(() -> {
try {
seedNode = new SeedNode();