소스 검색

Removed console.error

Taichi Masuyama 4 년 전
부모
커밋
4922f9bad1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/components/Page/FixPageGrantAlert.tsx

+ 0 - 1
packages/app/src/components/Page/FixPageGrantAlert.tsx

@@ -61,7 +61,6 @@ const FixPageGrantModal = (props: ModalProps): JSX.Element => {
       toastSuccess(t('Successfully updated'));
     }
     catch (err) {
-      console.error(err);
       toastError(t('Failed to update'));
     }
   };