aboutsummaryrefslogtreecommitdiff
path: root/pages/user.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/user.tsx')
-rw-r--r--pages/user.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/user.tsx b/pages/user.tsx
index 618ae9e..42cfb17 100644
--- a/pages/user.tsx
+++ b/pages/user.tsx
@@ -72,7 +72,6 @@ export default function AccountPage() {
var [user, setUser] = useState<userInfo>();
var [ownPage, setOwnPage] = useState(false);
- typeof window !== "undefined" && console.log(new URLSearchParams(window.location.search).get("id"))
useEffect(() => {(async() => {
if (gotData) return;
if (typeof window === "undefined") return;