mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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
|
@Override
|
||||||
public boolean connect() {
|
public boolean connect() {
|
||||||
|
|
||||||
if (standalone && connection.getHost().equals("localhost")) {
|
/*if (standalone && connection.getHost().equals("localhost")) {
|
||||||
runEmbeddedMageServer();
|
runEmbeddedMageServer();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
sessionState = SessionState.CONNECTING;
|
sessionState = SessionState.CONNECTING;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue