Skip to content

Commit 8a04c32

Browse files
committed
remove debug prints
1 parent 2c3e0c6 commit 8a04c32

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/internal/pod_data/measurement.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ func getMeasurement(adjMeas adj.Measurement, globalUnits map[string]utils.Operat
3636
var tmp Measurement
3737
var err error
3838

39-
// DEBUG
40-
println("Meas type: ", adjMeas.Type)
41-
4239
if isNumeric(adjMeas.Type) {
4340
tmp, err = getNumericMeasurement(adjMeas, globalUnits)
4441
} else if adjMeas.Type == "bool" {

0 commit comments

Comments
 (0)