Skip to content

Commit

Permalink
cleanup: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Apr 26, 2022
1 parent 99ffaba commit 4a518b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chumbucket/src/commands/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ pub async fn generate_command(matches: &ArgMatches) -> Result<()> {
let latest_file_names = walker.latest_file_names()?;
let git = Git::from_walker(from_time, &mut walker)?;

println!("{:?}", latest_file_names);

let it_ret = iterate_chronicles(git, manifest, bundle, latest_file_names).await?;

// If there are differences, write to file
Expand Down

0 comments on commit 4a518b5

Please sign in to comment.