Skip to content

Commit 28b4569

Browse files
authored
Merge pull request #811 from OpenKnowledgeMaps/dev
disable superfluous debug logging
2 parents 647db57 + 1281895 commit 28b4569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vis/js/templates/modals/CitationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const CitationModal = ({
8686
);
8787
};
8888

89-
const mapStateToProps = (state) => (console.log('state here', state),{
89+
const mapStateToProps = (state) => ({
9090
open: state.modals.openCitationModal,
9191
isStreamgraph: state.chartType === STREAMGRAPH_MODE,
9292
query: state.query.text,

0 commit comments

Comments
 (0)