Removing debug print.
This commit is contained in:
parent
f75fc15cdf
commit
21a1121da6
@ -29,7 +29,6 @@ if (any of [not $pattern, $pattern == "*", $pattern == "**"]):
|
|||||||
$pattern = ($pattern|with "\$wildcard\$wildcard" -> "$multi_wildcard")
|
$pattern = ($pattern|with "\$wildcard\$wildcard" -> "$multi_wildcard")
|
||||||
$pattern = ($pattern|with $wildcard -> "$wildcard")
|
$pattern = ($pattern|with $wildcard -> "$wildcard")
|
||||||
$pattern_tree = ($pattern parsed)
|
$pattern_tree = ($pattern parsed)
|
||||||
say $pattern_tree
|
|
||||||
|
|
||||||
($tree matches $patt) means:
|
($tree matches $patt) means:
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user