Remove comment :)

This commit is contained in:
Daniel Albuquerque
2020-09-18 18:00:38 +01:00
parent 013949a9f4
commit 8119acb40a
-2
View File
@@ -428,8 +428,6 @@ func (c *Canary) GetMetricInterval() string {
// SkipAnalysis returns true if the analysis is nil
// or if spec.SkipAnalysis is true
func (c *Canary) SkipAnalysis() bool {
// log.Printf("#1 SkipAnalysis, analysis=%v canaryanalysis=%v", c.Spec.Analysis, c.Spec.CanaryAnalysis)
if c.Spec.Analysis == nil || c.Spec.CanaryAnalysis == nil {
return true
}