Skip to content

Commit f4cb5fe

Browse files
committed
Clean-up.
1 parent e24d6fb commit f4cb5fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/display/LineChartDisplay.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ const LineChartDisplay = () => {
270270
let url = 'n/a';
271271
let message = 'n/a';
272272
if (ob.time.length) {
273-
console.log('github object: ', ob)
274273
time = ob.time;
275274
author = ob.author;
276275
url = ob.url;

0 commit comments

Comments
 (0)