Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Jan 1, 2025
1 parent 40d5e5c commit e647385
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/engine/src/builtins/array/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,10 +957,6 @@ fn array_sort() {
#[test]
fn array_of_neg_zero() {
run_test_actions([
TestAction::assert_context(|_| {
eprintln!("test start...");
true
}),
TestAction::run("let arr = [-0, -0, -0, -0];"),
// Assert the parity of all items of the list.
TestAction::assert("arr.every(x => (1/x) === -Infinity)"),
Expand Down

0 comments on commit e647385

Please sign in to comment.