Skip to content

Commit a825969

Browse files
committed
Update click handler
1 parent 6f17e84 commit a825969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HashLink.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export function genericHashLink(As) {
107107
}
108108

109109
function handleClick(e) {
110-
console.log('HREER', e.defaultPrevented, e);
111110
reset();
112111
hashFragment = props.elementId ? `#${props.elementId}` : linkHash;
113112
if (props.onClick) props.onClick(e);

0 commit comments

Comments
 (0)