Skip to content

Commit 8d8d474

Browse files
committed
Auto-generated commit
1 parent 154decd commit 8d8d474

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`3b764ec`](https://github.com/stdlib-js/stdlib/commit/3b764ec4b17ebce14902ac68a42bc5df62c3aef5) - **docs:** remove stray console.log _(by Athan Reines)_
1516
- [`f101dfa`](https://github.com/stdlib-js/stdlib/commit/f101dfa3d4cdd280ab58690114862ab15e8993ef) - **style:** fix line wrapping and remove trailing whitespace _(by Athan Reines)_
1617
- [`e2b91ec`](https://github.com/stdlib-js/stdlib/commit/e2b91ec8f083aa6724029bd2f3d180d07230cf9e) - **bench:** refactor to use string interpolation in `array/bool` [(#10370)](https://github.com/stdlib-js/stdlib/pull/10370) _(by Shubham, Athan Reines)_
1718

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,8 +1846,6 @@ logEach( '%s', out );
18461846
arr = new Uint8Array( [ 1, 0, 1, 1, 0, 1 ] );
18471847
out = new BooleanArray( arr.buffer, 1, 2 );
18481848
logEach( '%s', out );
1849-
1850-
console.log( '%s', false );
18511849
```
18521850

18531851
</section>

examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ logEach( '%s', out );
4040
arr = new Uint8Array( [ 1, 0, 1, 1, 0, 1 ] );
4141
out = new BooleanArray( arr.buffer, 1, 2 );
4242
logEach( '%s', out );
43-
44-
console.log( '%s', false );

0 commit comments

Comments
 (0)