Skip to content

Commit feec35e

Browse files
committed
remove unnecessary log output
1 parent d9c4e1a commit feec35e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/standings/StandingsTable.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class TeamGenericCol extends React.Component<TeamGenericColProps> {
7474
</span>
7575
);
7676
const scrollWithOffset = (el: HTMLElement) => {
77-
console.log(el);
7877
const yCoordinate = el.getBoundingClientRect().top + window.scrollY;
7978
// FIXME: get the correct hight.
8079
const yOffset = -80;

0 commit comments

Comments
 (0)