فهرست منبع

Remove logging

Niko Kovacevic 6 سال پیش
والد
کامیت
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
 	discount *= 0.01
 
 
-	klog.V(1).Infof("parsePercentString(%s) = %f", percentStr, discount)
-
 	return discount, nil
 	return discount, nil
 }
 }