Skip to content

Commit

Permalink
Remove unused method for dumping struct
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
  • Loading branch information
mrutkows committed Jun 13, 2024
1 parent 73e0b4d commit b651f61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions identifier/identifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ type Options struct {
Enhancements Enhancements
}

func (options *Options) DumpStruct() {
Logger.EnableIndent(true)
Logger.DumpStruct("", options)
}

// Parse out patterns into easy-to-test map
func (options *Options) ParsePatternsFromSlice(patterns []string) {
options.PatternMap = make(map[string]bool)
Expand Down

0 comments on commit b651f61

Please sign in to comment.