Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolftousen committed Oct 2, 2024
1 parent aa484ee commit 47c3871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/loki.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ fn sort_deploy_data(data: QueryResponse) -> HashMap<String, Vec<DeployEntry>> {
continue;
}

println!("Environment: {}", env);
let repository_name = r.stream.vcs_repository_name;
let team_name = r.stream.team_name;

Expand Down

0 comments on commit 47c3871

Please # to comment.