From 6e85baf21f312f692bb31c082ae582696c394222 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Mon, 14 May 2018 12:15:11 -0400 Subject: app --- frontend/pages/_app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/pages/_app.js') diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index 65a6fe3..f649067 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -9,7 +9,6 @@ import { withRouter } from 'next/router'; class MyApp extends App { static async getInitialProps({ Component, ctx }) { - console.log('GET INITITAL PROPS'); let pageProps = {}; const ComposedComponent = withData(Component); @@ -20,7 +19,6 @@ class MyApp extends App { } render() { - console.log('RENDER'); const { Component, pageProps, query } = this.props; const ComposedComponent = withData(Component); return ( -- cgit v1.3