removed unreachable log
This commit is contained in:
@@ -15,8 +15,6 @@ use crate::app::{builder::{
|
|||||||
|
|
||||||
pub async fn serve() {
|
pub async fn serve() {
|
||||||
tokio::join!(watch_and_build(), start_server());
|
tokio::join!(watch_and_build(), start_server());
|
||||||
|
|
||||||
println!("stopping live server");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn watch_and_build() {
|
async fn watch_and_build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user