Skip to content

Commit 2b04ae4

Browse files
authored
fix: remove undefined logs on console (#353)
1 parent 48962e8 commit 2b04ae4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const printTableFromInp = (inp: string, tableOptions?: string): void | string =>
3535

3636
const { data, options } = parsed;
3737

38-
console.log(options);
3938
const table = new Table(options);
4039

4140
if (Array.isArray(data) && data.length > 0) {

0 commit comments

Comments
 (0)