mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Remove debug
This commit is contained in:
@@ -46,7 +46,6 @@ impl RpcClient {
|
||||
params: RpcParams,
|
||||
) -> Result<Res, Error> {
|
||||
let res = self.0.request_raw(method, params.build()).await?;
|
||||
println!("{:?}", res.get());
|
||||
let val = serde_json::from_str(res.get())?;
|
||||
Ok(val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user