Sfoglia il codice sorgente

delete comment out

zahmis 5 anni fa
parent
commit
4c9da36fe3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/client/js/components/PageAttachment.jsx

+ 0 - 1
src/client/js/components/PageAttachment.jsx

@@ -111,7 +111,6 @@ class PageAttachment extends React.Component {
 
 
   render() {
-    // console.log(this.state.limit);
     const { t } = this.props;
     if (this.state.attachments.length === 0) {
       return t('No_attachments_yet');