Skip to content

Commit d9c8533

Browse files
committed
disabled superfluous debug logging
1 parent 7ad7706 commit d9c8533

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)