Skip to content

Commit 25242e5

Browse files
authored
Merge pull request #809 from OpenKnowledgeMaps/logging-cleanup
disable superfluous debug logging
2 parents ad4929e + d9c8533 commit 25242e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vis/js/templates/modals/ResearcherInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getResearcherInfoTemplate = (service, isStreamgraph, modalType) => {
1414
case "orcid":
1515
return ResearcherInfo;
1616
default:
17-
console.log(`${service} is not a valid service for the ResearcherInfoModal`);
17+
// console.log(`${service} is not a valid service for the ResearcherInfoModal`);
1818
return null;
1919
}
2020
};

vis/js/templates/modals/ResearcherMetricsInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const getResearcherInfoTemplate = (service: string, isStreamgraph: boolean, moda
1414
case "orcid":
1515
return ResearcherMetricsInfo;
1616
default:
17-
console.log(`${service} is not a valid service for the ResearcherInfoModal`);
17+
// console.log(`${service} is not a valid service for the ResearcherInfoModal`);
1818
return null;
1919
}
2020
};

0 commit comments

Comments
 (0)