mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
remove: unneeded print
This commit is contained in:
parent
1b7b11bd3f
commit
3a4239e7ee
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ pub fn command_output(shell: &str, command: &str) -> String {
|
|||
|
||||
fn last_command(shell: &str) -> String {
|
||||
let last_command = std::env::var("_PR_LAST_COMMAND").expect("No _PR_LAST_COMMAND in environment. Did you aliased the command with the correct argument?");
|
||||
println!("last_command: {}", last_command);
|
||||
match shell {
|
||||
"bash" => {
|
||||
let first_line = last_command.lines().next().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue