removed some debug lines

This commit is contained in:
2025-04-24 11:00:46 +02:00
parent 6292f0c444
commit a45cab0b4b
3 changed files with 0 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ mod webserver;
#[tokio::main]
async fn main() {
println!("Heeeeeeeeeeeelllllllooooooo start!");
let (tx, mut rx) = mpsc::channel::<String>(1);
tokio::spawn(async move {