Skip to content

Commit 1197ec8

Browse files
committed
Remove console.log
1 parent 3658236 commit 1197ec8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cli/chart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ exports.generate = (data, type = 'cases') => {
99
height: 7,
1010
format: (x, i) => x.toFixed().padStart(maxLength)
1111
};
12-
console.log(history);
1312
return chart.plot(chartData, config);
1413
}

0 commit comments

Comments
 (0)