Remove warnings and add some debug logging

This commit is contained in:
Michael Mikovsky
2025-11-30 17:45:32 -07:00
parent f85a0c0295
commit 22650e5668
7 changed files with 15 additions and 19 deletions
-4
View File
@@ -1,7 +1,3 @@
use axum;
use tokio::net::TcpListener;
use unshell_lib::info;
use unshell_server::start_api;
#[tokio::main]