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