perf: remove logging on sr_tool_save
This commit is contained in:
@@ -17,7 +17,6 @@ pub struct SrToolDataRsp {
|
||||
pub status: u32,
|
||||
}
|
||||
|
||||
#[tracing::instrument]
|
||||
pub async fn sr_tool_save(Json(json): Json<SrToolDataReq>) -> Json<SrToolDataRsp> {
|
||||
let Some(json) = json.data else {
|
||||
return Json(SrToolDataRsp {
|
||||
|
||||
Reference in New Issue
Block a user