Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev authored Jul 14, 2024
1 parent f758829 commit 281cbc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burrow-gtk/src/components/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl AsyncComponent for App {
root: Self::Root,
sender: AsyncComponentSender<Self>,
) -> AsyncComponentParts<Self> {
// TODO: RPC REFACTOR (Handle Error)
let daemon_client = Arc::new(Mutex::new(daemon::daemon_connect().await.ok()));

let switch_screen = switch_screen::SwitchScreen::builder()
Expand Down

0 comments on commit 281cbc5

Please sign in to comment.