From 52b67343b73b105ebbb74742f73119c2b19df0b6 Mon Sep 17 00:00:00 2001 From: Sol Date: Mon, 27 Jul 2020 18:17:40 +0100 Subject: [PATCH] removed console log --- src/components/Layout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index c160099..c792397 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -125,7 +125,6 @@ class Dashboard extends React.Component { setNarrative (narrative) { // only handleSelect if narrative is not null - console.log(narrative) if (narrative) { this.handleSelect([ narrative.steps[0] ]) }