Removed print statement.

This commit is contained in:
Andrew Lalis 2021-08-27 10:20:05 +02:00
parent 009c3a7c21
commit eccb2545f9
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public class MainWindow extends BasicWindow {
}
public void connectToServer() {
System.out.println("Connecting to server!");
var addressDialog = new TextInputDialogBuilder()
.setTitle("Server Address")
.setDescription("Enter the address of the server to connect to. For example, \"localhost:1234\".")