src/server/rest.rs: disable debug logs
This commit is contained in:
parent
323b2f3dd6
commit
e193544b8e
|
@ -497,8 +497,8 @@ pub async fn handle_request(api: Arc<ApiConfig>, req: Request<Body>) -> Result<R
|
||||||
|
|
||||||
let comp_len = components.len();
|
let comp_len = components.len();
|
||||||
|
|
||||||
println!("REQUEST {} {}", method, path);
|
//println!("REQUEST {} {}", method, path);
|
||||||
println!("COMPO {:?}", components);
|
//println!("COMPO {:?}", components);
|
||||||
|
|
||||||
let env_type = api.env_type();
|
let env_type = api.env_type();
|
||||||
let mut rpcenv = RestEnvironment::new(env_type);
|
let mut rpcenv = RestEnvironment::new(env_type);
|
||||||
|
|
Loading…
Reference in New Issue