aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index ff4e2b7..d56c70b 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -70,7 +70,7 @@ export default class HomePage extends Component {
info: request.data,
loggedIn: request.status == 200
}))
- .catch(console.log);
+ .catch(() => {});
}
constructor(props: {}) {