kaori hace 4 años
padre
commit
6c8b5f38eb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/app/src/components/PageEditor/HeaderNotification.tsx

+ 0 - 1
packages/app/src/components/PageEditor/HeaderNotification.tsx

@@ -79,7 +79,6 @@ export default class HeaderNotification extends React.Component<Props, State> {
   // }
 
   toggle() {
-    console.log('toggle');
     const { open, count } = this.state;
     if (!open && count > 0) {
       this.updateStatus();