Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Sep 5, 2023
1 parent 5159fac commit 2e0271b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/supertrend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export function supertrend(

const r = [...initialArray];

console.log(r)

for (let i = 0; i < period; i++) {
r.shift();
}
Expand Down Expand Up @@ -96,4 +94,4 @@ export function supertrend(
}

return superTrend;
}
}

0 comments on commit 2e0271b

Please sign in to comment.