Skip to content

Commit

Permalink
Fix: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Jan 22, 2025
1 parent 0fdf2b2 commit 9fe6e0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/csaf_checker/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ func (p *processor) integrity(
p.badChanges.error(
"Parsing 'initial_release_date' as RFC3339 failed in %s: %v", u, err)
} else {
fmt.Println(p.times[f])
fmt.Println(d)
if p.times[f] != d {
p.badChanges.error("Current release date in changes.csv and %s is not identical", u)
}
Expand Down

0 comments on commit 9fe6e0a

Please sign in to comment.