Skip to content

Commit

Permalink
fix: don't notify from server
Browse files Browse the repository at this point in the history
Times out in X11.
  • Loading branch information
donovanglover committed Jan 12, 2025
1 parent 80eca99 commit 224d04b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ async fn main() {
async fn start_server(ip: Ipv4Addr, port: u16) {
let running_ip = SocketAddrV4::new(ip, port);

notify(&format!("Starting server on {running_ip}..."), None);

server::serve(running_ip).await;
}

0 comments on commit 224d04b

Please sign in to comment.