itizawa hace 5 años
padre
commit
546fbc5844
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/client/js/services/PageContainer.js

+ 0 - 1
src/client/js/services/PageContainer.js

@@ -161,7 +161,6 @@ export default class PageContainer extends Container {
    */
   get isAbleToShowPageReactionButtons() {
     const { isTrashPage, isPageExist, isSharedUser } = this.state;
-    console.log(isTrashPage, isPageExist, isSharedUser);
 
     return (!isTrashPage && isPageExist && !isSharedUser);
   }