Skip to content

Commit

Permalink
remove accidental print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Apr 12, 2023
1 parent db450b9 commit 9e7d561
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/collector/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func (c *diskCollector) CollectPodMetadata(ctx context.Context, pod *corev1.Pod)

filename := filepath.Join(directory, fmt.Sprintf("%s.yaml", pod.Name))

fmt.Println(filename)

// file exists already, do not overwrite
if _, err := os.Stat(filename); err == nil {
return nil
Expand Down

0 comments on commit 9e7d561

Please sign in to comment.