diff --git a/client/homebrew/pages/archivePage/archivePage.jsx b/client/homebrew/pages/archivePage/archivePage.jsx index d9287ab32..b5ec1f8d6 100644 --- a/client/homebrew/pages/archivePage/archivePage.jsx +++ b/client/homebrew/pages/archivePage/archivePage.jsx @@ -70,9 +70,8 @@ const ArchivePage = createClass({ }, loadPage: async function (page, update) { - console.log('running loadPage'); this.setState({ searching: true, error: null }); - console.log('props: ',this.props.query.count, '| state: ', this.state.count, '| input: ', document.getElementById('count').value || 10); + const performSearch = async ({ title, count, v3, legacy }) => { this.updateUrl(title, page, count, v3, legacy); @@ -122,7 +121,6 @@ const ArchivePage = createClass({ }, loadTotal: async function () { - console.log('running loadTotal'); const {title, v3, legacy} = this.state; this.setState({ @@ -397,11 +395,12 @@ const ArchivePage = createClass({ ); } - + console.log('state when rendering '); + console.table(this.state); return (