remove unecessary console.log()
This commit is contained in:
@@ -29,7 +29,6 @@ function ProfilePage() {
|
||||
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
console.log(JSON.stringify(import.meta.env.VITE_API_URL));
|
||||
if (!isOwnProfile && id) {
|
||||
const res = await getUserById(Number(id));
|
||||
if (res.status === 404) {
|
||||
|
||||
Reference in New Issue
Block a user