From 6db259efe1b3bfb39b9d93bba1554f83bd33fd55 Mon Sep 17 00:00:00 2001 From: mahanstreamer <84676642+mahanstreamer@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:10:22 -0400 Subject: [PATCH] Update profile.tsx --- src/shared/components/person/profile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/components/person/profile.tsx b/src/shared/components/person/profile.tsx index a60b9bc5..c0e1693c 100644 --- a/src/shared/components/person/profile.tsx +++ b/src/shared/components/person/profile.tsx @@ -640,7 +640,6 @@ export class Profile extends Component { let data = wsJsonToRes(msg).data; updatePersonBlock(data); this.setPersonBlock() - console.log(this.state.personBlocked) this.setState(this.state); } }