zahmis 5 lat temu
rodzic
commit
87e7b5abca

+ 0 - 2
src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

@@ -82,8 +82,6 @@ class MyBookmarkList extends React.Component {
 
 
   render() {
-    console.log(this.state.pagingLimit);
-
     return (
       <div className="page-list-container-create">
         <ul className="page-list-ul page-list-ul-flat mb-3">

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

@@ -115,7 +115,6 @@ class PageAttachment extends React.Component {
 
 
   render() {
-
     const { t } = this.props;
     if (this.state.attachments.length === 0) {
       return t('No_attachments_yet');
@@ -150,8 +149,6 @@ class PageAttachment extends React.Component {
       );
     }
 
-    console.log(this.state.limit);
-
     return (
       <>
         <PageAttachmentList