mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
revert debug
This commit is contained in:
parent
c5919c4d8f
commit
38187c0312
@ -22,9 +22,6 @@ func InitExpressionParser() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var log = logging.MustGetLogger("yq-lib")
|
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=""`
|
var PrettyPrintExp = `(... | (select(tag != "!!str"), select(tag == "!!str") | select(test("(?i)^(y|yes|n|no|on|off)$") | not)) ) style=""`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user