Skip to content

Commit 4ed29b4

Browse files
committed
remove debug
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 1436aaf commit 4ed29b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kube_janitor/manager.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package kube_janitor
22

33
import (
44
"context"
5-
"fmt"
65
"log/slog"
76
"os"
87
"time"
@@ -111,7 +110,6 @@ func (j *Janitor) GetConfigFromFile(path string) *Janitor {
111110
logger.Info("parsing configuration")
112111
err = yaml.UnmarshalWithOptions(data, j.config, yaml.Strict(), yaml.UseJSONUnmarshaler())
113112
if err != nil {
114-
fmt.Println(err)
115113
logger.Fatal("failed to parse config file")
116114
}
117115

0 commit comments

Comments
 (0)