aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ChatView.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-01-09 14:16:44 -0800
committerDustin Mierau <dustin@mierau.me>2024-01-09 14:16:44 -0800
commit60f90281bf971600733b2d72b747bcb6be9b1c31 (patch)
tree2e58d0bce00eb7ea023ec380e134a1b41e5b1051 /Hotline/macOS/ChatView.swift
parent382121de2e79303845331d699adcdd777f8f062a (diff)
Focus address field in connect view when window opens. Add a note to connect view. Remove some console logging.1.0beta8
Diffstat (limited to 'Hotline/macOS/ChatView.swift')
-rw-r--r--Hotline/macOS/ChatView.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/ChatView.swift b/Hotline/macOS/ChatView.swift
index 2c154d3..7f7d677 100644
--- a/Hotline/macOS/ChatView.swift
+++ b/Hotline/macOS/ChatView.swift
@@ -118,7 +118,6 @@ struct ChatView: View {
// withAnimation {
reader.scrollTo(bottomID, anchor: .bottom)
// }
- print("SCROLLED TO BOTTOM")
}
.onAppear {
reader.scrollTo(bottomID, anchor: .bottom)