Remove leftover debug printer
This commit is contained in:
parent
47a727ccf9
commit
dfae91a383
@ -1,7 +1,6 @@
|
||||
package settings
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"regexp"
|
||||
|
||||
@ -54,7 +53,6 @@ func ExtractorsFromViper(viperSpace string) *ExtractionCluster {
|
||||
matcher[j] = reg
|
||||
}
|
||||
}
|
||||
fmt.Println(matcher)
|
||||
cluster.Matchers[i] = matcher
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user