@@ -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');