mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Commented out the possibility to start embedded mage server
This commit is contained in:
parent
537c326789
commit
b88e7d7a4e
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ public class SessionImpl implements Session {
|
|||
@Override
|
||||
public boolean connect() {
|
||||
|
||||
if (standalone && connection.getHost().equals("localhost")) {
|
||||
/*if (standalone && connection.getHost().equals("localhost")) {
|
||||
runEmbeddedMageServer();
|
||||
}
|
||||
}*/
|
||||
|
||||
sessionState = SessionState.CONNECTING;
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue