Skip to content

Commit

Permalink
ascii-56: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
gtktsc committed Sep 18, 2023
1 parent 9e8cc01 commit 7e6e32c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
import { plot } from './services/plot';

console.log(
plot(
[
[1, 1],
[2, 4],
[3, 4],
[4, 2],
[5, -1],
[6, 3],
[7, -1],
[8, 9],
],
{
width: 40,
thresholds: [
{
y: 5,
x: 5,
},
{
x: 2,
},
],
},
),
);

export default plot;

0 comments on commit 7e6e32c

Please sign in to comment.