Skip to content

Commit

Permalink
fix: remove a leftover debug print (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh authored May 23, 2024
1 parent e48cc27 commit 92e000d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/file/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,6 @@ func (b *stateBuilder) ingestFilterChains(filterChains []FFilterChain) error {
f.ID = kong.String(*filterChain.ID)
}
}
fmt.Printf("name: %s, rID: %s, sID: %s, current: %v\n", f.FriendlyName(), rID, sID, filterChain)
if filterChain != nil {
f.FilterChain.CreatedAt = filterChain.CreatedAt
}
Expand Down

0 comments on commit 92e000d

Please sign in to comment.