Removed print statement.
This commit is contained in:
parent
009c3a7c21
commit
eccb2545f9
|
@ -29,7 +29,6 @@ public class MainWindow extends BasicWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void connectToServer() {
|
public void connectToServer() {
|
||||||
System.out.println("Connecting to server!");
|
|
||||||
var addressDialog = new TextInputDialogBuilder()
|
var addressDialog = new TextInputDialogBuilder()
|
||||||
.setTitle("Server Address")
|
.setTitle("Server Address")
|
||||||
.setDescription("Enter the address of the server to connect to. For example, \"localhost:1234\".")
|
.setDescription("Enter the address of the server to connect to. For example, \"localhost:1234\".")
|
||||||
|
|
Loading…
Reference in New Issue