Skip to content

Commit 053b747

Browse files
committed
oof
1 parent f02441e commit 053b747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/UsersPage/UsersPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ const UsersPage: FC = () => {
102102
experiments.includes("multi-organization") &&
103103
location.pathname !== "/deployment/users"
104104
) {
105-
console.log(location.search);
106105
return <Navigate to={`/deployment/users${location.search}`} replace />;
107106
}
108107

0 commit comments

Comments
 (0)