From fee358918a02b5679cea60fb3c5aa5e1aa0a9036 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 22 Nov 2021 14:45:23 -0700 Subject: [PATCH] remove debug log --- appmgr/src/context/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmgr/src/context/cli.rs b/appmgr/src/context/cli.rs index 2d325b6d7..3da513791 100644 --- a/appmgr/src/context/cli.rs +++ b/appmgr/src/context/cli.rs @@ -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());