Skip to content

Commit 6cfc7b0

Browse files
committed
chore: remove unnecessary console log
1 parent 81b359e commit 6cfc7b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/templates/download.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ const InfoTooltip = ({ asset, date, className, zIndex, translateX }) => {
201201
const dropdownRect = tooltipRef.current.getBoundingClientRect();
202202
const dropdownRightX = dropdownRect.x + dropdownRect.width;
203203
if (dropdownRightX > window.innerWidth) {
204-
console.log('hey');
205204
tooltipRef.current.style.left = 'auto';
206205
tooltipRef.current.style.right = '0';
207206
tooltipRef.current.style.transform = 'none';

0 commit comments

Comments
 (0)