Niko Kovacevic 6 лет назад
Родитель
Сommit
5866751f76
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      costmodel/router.go

+ 0 - 2
costmodel/router.go

@@ -144,8 +144,6 @@ func parsePercentString(percentStr string) (float64, error) {
 	}
 	discount *= 0.01
 
-	klog.V(1).Infof("parsePercentString(%s) = %f", percentStr, discount)
-
 	return discount, nil
 }