We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NUMBER
1 parent bda4736 commit 366e9e0Copy full SHA for 366e9e0
fluent-bundle/src/builtins.rs
@@ -8,7 +8,6 @@ pub fn NUMBER<'a>(positional: &[FluentValue<'a>], named: &FluentArgs) -> FluentV
8
9
let mut n = n.clone();
10
n.options.merge(named);
11
- println!("{named:?} => {n:?}");
12
13
FluentValue::Number(n)
14
}
0 commit comments