Remove code which is already in superclass

This commit is contained in:
chimp1984 2021-11-23 23:22:28 +01:00
parent 9c18899d66
commit becb64de5a
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -91,13 +91,6 @@ public class BisqDaemonMain extends BisqHeadlessAppMain implements BisqSetup.Bis
@Override @Override
protected void startApplication() { protected void startApplication() {
super.startApplication(); super.startApplication();
// We need to be in user thread! We mapped at launchApplication already...
headlessApp.startApplication();
// In headless mode we don't have an async behaviour so we trigger the setup by
// calling onApplicationStarted.
onApplicationStarted();
} }
@Override @Override