Skip to content

Commit

Permalink
remove call to start LocoNetOverTcp server from JmriFaceless (can't a…
Browse files Browse the repository at this point in the history
…ssume LocoNet).
  • Loading branch information
pabender committed Jun 16, 2019
1 parent d73ea5c commit 0a82f6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/src/apps/JmriFaceless.java
Expand Up @@ -34,8 +34,7 @@ public JmriFaceless(String[] args) {
public void start() {
// Once the configServlet is usable, require the web server
// WebServerManager.getWebServer().start();
//start LocoNetOverTcp server if configured to autostart
jmri.jmrix.loconet.loconetovertcp.LnTcpServer.getDefault();
super.start();
}

// Main entry point
Expand Down

0 comments on commit 0a82f6b

Please sign in to comment.