Skip to content

Commit

Permalink
f removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Dec 31, 2019
1 parent 9079b3b commit 031cfd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/extractors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ impl BsoParam {
}
if let Some(v) = elements.get(5) {
let sv = String::from_str(v).map_err(|_| {
// TODO: Why is the param for this block causing warn! to say it's unreachable?
warn!("⚠️ Invalid BsoParam Error: {:?}", v;
"ua.os.family" => tags.get("ua.os.family"),
"ua.browser.family" => tags.get("ua.browser.family"),
Expand Down

0 comments on commit 031cfd5

Please sign in to comment.