Skip to content

Commit

Permalink
remove accidental println
Browse files Browse the repository at this point in the history
  • Loading branch information
ealui-statsig committed Sep 14, 2024
1 parent a43b669 commit 212fb9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datastore/data_providers/request_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ impl RequestBuilderTrait for IdlistRequestBuilder {
request_context: &AuthorizedRequestContext,
_lcut: u64,
) -> Result<reqwest::Response, reqwest::Error> {
println!("Making request for: {}", request_context);
match http_client
.post("https://api.statsig.com/v1/get_id_lists".to_string())
.header("statsig-api-key", request_context.sdk_key.clone())
Expand Down

0 comments on commit 212fb9b

Please sign in to comment.