Shun Miyazawa 4 lat temu
rodzic
commit
c74e13a9bd

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

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