revert debug

This commit is contained in:
Robert Brennan 2023-03-06 10:36:08 -05:00
parent c5919c4d8f
commit 38187c0312

View File

@ -22,9 +22,6 @@ func InitExpressionParser() {
}
var log = logging.MustGetLogger("yq-lib")
func init() {
logging.SetLevel(logging.DEBUG, "yq-lib")
}
var PrettyPrintExp = `(... | (select(tag != "!!str"), select(tag == "!!str") | select(test("(?i)^(y|yes|n|no|on|off)$") | not)) ) style=""`