mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Remove a println
This commit is contained in:
parent
0c877b1cdb
commit
cd586b330c
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ pub enum WhenFlag {
|
|||
|
||||
impl<'a> From<&'a str> for WhenFlag {
|
||||
fn from(when: &'a str) -> Self {
|
||||
println!("foobar: {}", when);
|
||||
match when {
|
||||
"always" => WhenFlag::Always,
|
||||
"auto" => WhenFlag::Auto,
|
||||
|
|
Loading…
Reference in a new issue