Skip to content

Commit 52d98ff

Browse files
committed
Remove deubg print
1 parent e07fe94 commit 52d98ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/platform/api/buildplanner/model/buildplan.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ func processPlanningError(message string, subErrors []*BuildExprLocation) error
431431
}
432432
}
433433
}
434-
fmt.Println("Returning BuildPlannerError")
435434
return &BuildPlannerError{
436435
ValidationErrors: errs,
437436
IsTransient: isTransient,

0 commit comments

Comments
 (0)