remove unecessary console.log()

This commit is contained in:
2026-03-26 10:21:32 +01:00
parent 77bb4e3aab
commit c2b365b05f
-1
View File
@@ -29,7 +29,6 @@ function ProfilePage() {
useEffect(() => { useEffect(() => {
(async () => { (async () => {
console.log(JSON.stringify(import.meta.env.VITE_API_URL));
if (!isOwnProfile && id) { if (!isOwnProfile && id) {
const res = await getUserById(Number(id)); const res = await getUserById(Number(id));
if (res.status === 404) { if (res.status === 404) {