Skip to content

Commit 0da4d87

Browse files
committed
hide dev log comments
1 parent 70447d4 commit 0da4d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RCPCHChart/RCPCHChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const RCPCHChart: React.FC<RCPCHChartProps> = ({
115115

116116

117117
// uncomment in development
118-
console.log("loading from locally...");
118+
// console.log("loading from locally...");
119119

120120
// create subtitle from sex, reference and measurementMethod
121121
const subtitleReferenceMeasurementMethod = `${nameForReference(reference)} - ${nameForMeasurementMethod(measurementMethod)}`

0 commit comments

Comments
 (0)