Skip to content

Commit

Permalink
Remove debug print in NUMBER builtin function
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 3, 2024
1 parent bda4736 commit 5f10814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fluent-bundle/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub fn NUMBER<'a>(positional: &[FluentValue<'a>], named: &FluentArgs) -> FluentV

let mut n = n.clone();
n.options.merge(named);
println!("{named:?} => {n:?}");

FluentValue::Number(n)
}

0 comments on commit 5f10814

Please sign in to comment.