mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Remove debug message
This commit is contained in:
@ -113,8 +113,6 @@ impl ExternalCommand {
|
||||
}
|
||||
Ok(())
|
||||
});
|
||||
} else {
|
||||
println!("Couldn't take stdin");
|
||||
}
|
||||
|
||||
// If this external is not the last expression, then its output is piped to a channel
|
||||
|
Reference in New Issue
Block a user