Skip to content

Commit 5b3ac40

Browse files
authored
chore: remove console
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 34ab377 commit 5b3ac40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/math/base/special/roundsd/benchmark/benchmark.native.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4949
for ( i = 0; i < b.iterations; i++ ) {
5050
y = roundsd( x[ i%x.length ], 2, 2 );
5151
if ( isnan( y ) ) {
52-
console.log('Generated value:', x);
5352
b.fail( 'should not return NaN' );
5453
}
5554
}
5655
b.toc();
5756
if ( isnan( y ) ) {
58-
console.log('Generated value:', x);
5957
b.fail( 'should not return NaN' );
6058
}
6159
b.pass( 'benchmark finished' );

0 commit comments

Comments
 (0)