Shun Miyazawa 4 년 전
부모
커밋
cb1221d4ed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/components/SubscribeButton.tsx

+ 0 - 1
packages/app/src/components/SubscribeButton.tsx

@@ -52,7 +52,6 @@ const SubscribeButton: FC<Props> = (props: Props) => {
     try {
       const res = await appContainer.apiv3Get('page/subscribe', { pageId });
       const { subscribing } = res.data;
-      console.log(subscribing);
       if (subscribing == null) {
         setIsNull(true);
       }