Procházet zdrojové kódy

Removed console.error

Taichi Masuyama před 4 roky
rodič
revize
4922f9bad1

+ 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'));
     }
   };