فهرست منبع

Removed unnecessary code

Taichi Masuyama 4 سال پیش
والد
کامیت
276ab095cb
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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();
   }, []);