Skip to content

Commit 1281895

Browse files
authored
Merge pull request #810 from OpenKnowledgeMaps/logging-cleanup
disabled superfluous debug logging
2 parents 25242e5 + 88107ae commit 1281895

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)