Browse Source

Removed unnecessary code

Taichi Masuyama 4 years ago
parent
commit
276ab095cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/Admin/UserGroup/UserGroupPage.tsx

+ 0 - 1
packages/app/src/components/Admin/UserGroup/UserGroupPage.tsx

@@ -91,7 +91,6 @@ const UserGroupPage: FC<Props> = (props: Props) => {
    * componentDidMount
    */
   useEffect(() => {
-    console.log('UseEffect !!')
     syncUserGroupAndRelations();
   }, []);