Remove leftover debug printer

This commit is contained in:
Jip J. Dekker 2016-12-06 15:39:38 +01:00
parent 47a727ccf9
commit dfae91a383

View File

@ -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
}