Skip to content

Commit e0b2818

Browse files
committed
chore: remove console.log
1 parent 917c0d8 commit e0b2818

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/pages/download/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const Releases: FC = (): ReactElement=> {
8888
dataIndex: 'osType',
8989
key: 'osType',
9090
render(o: string, record: IRow) {
91-
console.log(record, 'record')
9291
const {tagName, name} = record;
9392
return <a className={clsx('button button--secondary', styles.download)} href={`${DOWN_LINK}${tagName}/${name}`}>Download</a>
9493
}

0 commit comments

Comments
 (0)