Browse Source

Remove dbg

temporary-fast-timelocks
Daniel Karzel 3 years ago
parent
commit
e0e55bdd98
No known key found for this signature in database GPG Key ID: 30C3FC2E438ADB6E
  1. 2
      daemon/src/oracle.rs

2
daemon/src/oracle.rs

@ -131,7 +131,7 @@ where
}
};
let attestation = dbg!(res).json::<Attestation>().await?;
let attestation = res.json::<Attestation>().await?;
self.cfd_actor_address
.clone()

Loading…
Cancel
Save