Skip to content

Commit

Permalink
quiet down logging
Browse files Browse the repository at this point in the history
  • Loading branch information
demmer committed Nov 3, 2023
1 parent ced7476 commit e41b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgateproxy/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (r *resolveJSONGateConfig) loadConfig() (*[]resolver.Address, error) {
// Apply filters
if r.filters.gate_type != "" {
if r.filters.gate_type != s.Type {
fmt.Printf("Dropped non matching type: %v\n", s.Type)
// fmt.Printf("Dropped non matching type: %v\n", s.Type)
continue
}
}
Expand Down

0 comments on commit e41b6ed

Please sign in to comment.