mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
remove debug log
This commit is contained in:
committed by
Aiden McClelland
parent
e8617c310a
commit
fee358918a
@@ -108,7 +108,7 @@ impl CliContext {
|
|||||||
.with_kind(crate::ErrorKind::ParseUrl)?
|
.with_kind(crate::ErrorKind::ParseUrl)?
|
||||||
.push("rpc")
|
.push("rpc")
|
||||||
.push("v1");
|
.push("v1");
|
||||||
dbg!(url)
|
url
|
||||||
},
|
},
|
||||||
client: {
|
client: {
|
||||||
let mut builder = Client::builder().cookie_provider(cookie_store.clone());
|
let mut builder = Client::builder().cookie_provider(cookie_store.clone());
|
||||||
|
|||||||
Reference in New Issue
Block a user