Skip to content

Commit

Permalink
remove dead print
Browse files Browse the repository at this point in the history
  • Loading branch information
Katyona-k committed Apr 13, 2024
1 parent 9d648a8 commit cd12d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/trunk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pub fn upload_targets(config: &Conf, cli: &Cli, github_json_path: &str) {
let github_json = fs::read_to_string(github_json_path).expect("Failed to read file");

let ga = GitHubAction::from_json(&github_json);
// println!("{:#?}", ga);

let re = Regex::new(r".*deps=\[(.*?)\].*").unwrap();

let mut impacted_targets: Vec<String> = Vec::new();
Expand Down

0 comments on commit cd12d19

Please sign in to comment.