Shun Miyazawa 4 years ago
parent
commit
c74e13a9bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 0 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -52,7 +52,6 @@ type ItemControlProps = {
 
 
 const ItemControl: FC<ItemControlProps> = memo((props: ItemControlProps) => {
 const ItemControl: FC<ItemControlProps> = memo((props: ItemControlProps) => {
   const onClickPlusButton = () => {
   const onClickPlusButton = () => {
-    console.log('プラスボタン!');
     if (props.onClickPlusButton == null) {
     if (props.onClickPlusButton == null) {
       return;
       return;
     }
     }