Skip to content

Commit

Permalink
Remove unnecessary error
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Aug 25, 2023
1 parent 7d96623 commit cf6bbd6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/relayer-cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,5 @@ define_error! {
KeyRing
[ KeyRingError ]
|_| { "keyring error" },

UnknownLogLevel
{ level: String }
| e | {
format_args!("unknown log level: {}",
e.level)
},
}
}

0 comments on commit cf6bbd6

Please sign in to comment.