aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ServerView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/macOS/ServerView.swift')
-rw-r--r--Hotline/macOS/ServerView.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/ServerView.swift b/Hotline/macOS/ServerView.swift
index 80a756c..5b5b8e3 100644
--- a/Hotline/macOS/ServerView.swift
+++ b/Hotline/macOS/ServerView.swift
@@ -505,7 +505,6 @@ struct ServerView: View {
guard !server.address.isEmpty else {
return
}
-
model.login(server: server, username: Prefs.shared.username, iconID: Prefs.shared.userIconID) { success in
if !success {
print("FAILED LOGIN??")