removed unreachable log

This commit is contained in:
2023-03-12 22:01:47 +01:00
parent 125a9f0fe9
commit f18ce995bb

View File

@@ -15,8 +15,6 @@ use crate::app::{builder::{
pub async fn serve() {
tokio::join!(watch_and_build(), start_server());
println!("stopping live server");
}
async fn watch_and_build() {