Skip to content

Commit 9053935

Browse files
committed
-
1 parent 8065aed commit 9053935

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website-v3/src/components/Link.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ const Link: React.FC<LinkProps> = props => {
3333
href = `//${domain}/~${encodeURIComponent(ref)}${props.href}`;
3434
}
3535

36-
// TODO is active
37-
3836
return (
3937
<a
4038
{...props}
@@ -45,7 +43,7 @@ const Link: React.FC<LinkProps> = props => {
4543
/>
4644
);
4745
}
48-
console.log(props.href, relativePath);
46+
4947
return (
5048
<a
5149
{...props}

0 commit comments

Comments
 (0)