removed console log

This commit is contained in:
Sol
2020-07-27 18:17:40 +01:00
committed by Lachlan Kermode
parent 4294f22d69
commit 52b67343b7

View File

@@ -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] ])
}