Skip to content

Commit c4a7fa9

Browse files
committed
remove unneeded log
1 parent 168b81f commit c4a7fa9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

warpgate-protocol-http/src/api/sso_provider_detail.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use poem_openapi::param::{Path, Query};
55
use poem_openapi::payload::Json;
66
use poem_openapi::{ApiResponse, Object, OpenApi};
77
use serde::{Deserialize, Serialize};
8-
use tracing::{debug, info};
8+
use tracing::debug;
99
use warpgate_common::WarpgateError;
1010
use warpgate_common_http::auth::UnauthenticatedRequestContext;
1111
use warpgate_sso::{SsoClient, SsoLoginRequest};
@@ -64,7 +64,6 @@ impl Api {
6464
Some(req),
6565
provider_config.return_domain_whitelist.as_deref(),
6666
)?;
67-
info!("{:?}", provider_config);
6867
return_url.set_path(&format!(
6968
"{}warpgate/api/sso/return",
7069
provider_config.return_url_prefix

0 commit comments

Comments
 (0)