summaryrefslogtreecommitdiffstats
path: root/frontend/components/Items.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/components/Items.js')
-rw-r--r--frontend/components/Items.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/components/Items.js b/frontend/components/Items.js
index 5768b6b..1289de1 100644
--- a/frontend/components/Items.js
+++ b/frontend/components/Items.js
@@ -24,7 +24,6 @@ class ItemList extends React.Component {
page: PropTypes.number.isRequired,
};
static getDerivedStateFromProps(nextProps, state) {
- console.log(nextProps);
return { refetch: state.page !== nextProps.page };
}
state = {