diff --git a/client/homebrew/pages/archivePage/archivePage.jsx b/client/homebrew/pages/archivePage/archivePage.jsx
index 7edb5c807..4ac2e4a35 100644
--- a/client/homebrew/pages/archivePage/archivePage.jsx
+++ b/client/homebrew/pages/archivePage/archivePage.jsx
@@ -117,7 +117,7 @@ const ArchivePage = createClass({
this.setState({ error: `${error.response.status}` });
this.updateStateWithBrews([], 1, 1, 0);
}
- console.log('a',
+ console.log("We've come up empty",
!this.state.brewCollection || this.state.brewCollection.length === 0
);
if (!this.state.brewCollection) {
@@ -252,7 +252,7 @@ const ArchivePage = createClass({
{page > 1 && (
@@ -261,7 +261,7 @@ const ArchivePage = createClass({
{page < totalPages && (