mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
perf: remove logging on sr_tool_save
This commit is contained in:
parent
de22105514
commit
d43b2ef39a
@ -17,7 +17,6 @@ pub struct SrToolDataRsp {
|
|||||||
pub status: u32,
|
pub status: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument]
|
|
||||||
pub async fn sr_tool_save(Json(json): Json<SrToolDataReq>) -> Json<SrToolDataRsp> {
|
pub async fn sr_tool_save(Json(json): Json<SrToolDataReq>) -> Json<SrToolDataRsp> {
|
||||||
let Some(json) = json.data else {
|
let Some(json) = json.data else {
|
||||||
return Json(SrToolDataRsp {
|
return Json(SrToolDataRsp {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user