Skip to content

Commit ab7baa8

Browse files
authored
Remove console.log
1 parent 58e7efd commit ab7baa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mdn-timelines.html

-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ <h1>MDN Browser Support Timelines</h1>
354354
// Add timeline for this section
355355
const timelineDiv = document.createElement('div');
356356
timelineDiv.className = 'timeline';
357-
console.log({compat});
358357
const supportData = extractSupportData({
359358
browsers: compat.support
360359
});

0 commit comments

Comments
 (0)