mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Remove code which is already in superclass
This commit is contained in:
parent
9c18899d66
commit
becb64de5a
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue