remove debug log

This commit is contained in:
Keagan McClelland
2021-11-22 14:45:23 -07:00
committed by Aiden McClelland
parent e8617c310a
commit fee358918a

View File

@@ -108,7 +108,7 @@ impl CliContext {
.with_kind(crate::ErrorKind::ParseUrl)?
.push("rpc")
.push("v1");
dbg!(url)
url
},
client: {
let mut builder = Client::builder().cookie_provider(cookie_store.clone());