Skip to content

Commit 7707185

Browse files
committed
Remove console.log
1 parent 73ffe73 commit 7707185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/modules/resources/AppLink/AppLink.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
132132
clearTimeout(openAppExternallyFailed);
133133
});
134134

135-
console.log("URL", url);
136135
window.location.href = url;
137136
return;
138137
}

0 commit comments

Comments
 (0)