From 60f90281bf971600733b2d72b747bcb6be9b1c31 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 9 Jan 2024 14:16:44 -0800 Subject: Focus address field in connect view when window opens. Add a note to connect view. Remove some console logging. --- Hotline/macOS/MessageBoardView.swift | 2 -- 1 file changed, 2 deletions(-) (limited to 'Hotline/macOS/MessageBoardView.swift') diff --git a/Hotline/macOS/MessageBoardView.swift b/Hotline/macOS/MessageBoardView.swift index d72b122..65a947f 100644 --- a/Hotline/macOS/MessageBoardView.swift +++ b/Hotline/macOS/MessageBoardView.swift @@ -22,8 +22,6 @@ struct MessageBoardView: View { .task { if !model.messageBoardLoaded { let _ = await model.getMessageBoard() -// self.initialLoadComplete = true - print("INITIAL LOAD?") } } .overlay { -- cgit