Shun Miyazawa 4 years ago
parent
commit
cb1221d4ed
1 changed files with 0 additions and 1 deletions
  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 {
     try {
       const res = await appContainer.apiv3Get('page/subscribe', { pageId });
       const res = await appContainer.apiv3Get('page/subscribe', { pageId });
       const { subscribing } = res.data;
       const { subscribing } = res.data;
-      console.log(subscribing);
       if (subscribing == null) {
       if (subscribing == null) {
         setIsNull(true);
         setIsNull(true);
       }
       }