Remove dbg! from previous commit

This commit is contained in:
Luke Parker 2022-11-24 04:57:25 -05:00
parent 409d1151b2
commit 3f503d92fb
No known key found for this signature in database

View file

@ -472,8 +472,6 @@ impl Rpc {
.await?;
if res.status != "OK" {
// https://github.com/serai-dex/serai/issues/166
dbg!(res);
Err(RpcError::InvalidTransaction(tx.hash()))?;
}