remove debug string from axum integration

This commit is contained in:
IcosaHedron 2022-11-30 23:20:14 -05:00 committed by GitHub
parent 8ec772a129
commit cedc68c341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ pub async fn handle_server_fns(
Some(path) => path.to_string(),
None => fn_name,
};
println!("landed at handle_server_fns, looking for {fn_name}");
println!("Body: {:#?}", &body);
let (tx, rx) = futures::channel::oneshot::channel();