Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen committed Dec 1, 2024
1 parent 2839685 commit 1f80676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/recipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl<'src, D> Recipe<'src, D> {
);
}

// eprintln!("::group::{}", color.paint(command));
eprintln!("{}", color.paint(command));
}

if config.dry_run {
Expand Down Expand Up @@ -298,7 +298,6 @@ impl<'src, D> Recipe<'src, D> {

match InterruptHandler::guard(|| cmd.status()) {
Ok(exit_status) => {
// eprintln!("::endgroup::");
if let Some(code) = exit_status.code() {
if code != 0 && !infallible_line {
return Err(Error::Code {
Expand Down

0 comments on commit 1f80676

Please sign in to comment.