Skip to content

Commit 366e9e0

Browse files
authored
chore: Remove debug print in NUMBER builtin function (#367)
1 parent bda4736 commit 366e9e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fluent-bundle/src/builtins.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn NUMBER<'a>(positional: &[FluentValue<'a>], named: &FluentArgs) -> FluentV
88

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

1312
FluentValue::Number(n)
1413
}

0 commit comments

Comments
 (0)