fix(region): remove debug sql (#23317)

This commit is contained in:
屈轩
2025-09-17 16:54:42 +08:00
committed by GitHub
parent e1166a71a6
commit 9dfc3d8df7

View File

@@ -2888,8 +2888,6 @@ func (manager *SNetworkManager) ListItemFilter(
q = q.In("wire_id", subq.SubQuery())
}
q.DebugQuery()
return q, nil
}