Skip to content

Commit

Permalink
Drop superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Dec 16, 2024
1 parent c9650be commit a5045ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion podman-pilot/src/podman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ pub fn build_system_dependencies(
}
let mut call = user.run("sh");
call.arg(system_deps);
// TODO
if Lookup::is_debug() {
debug!("{:?}", call.get_args());
}
Expand Down

0 comments on commit a5045ab

Please sign in to comment.