Removing debug print.

This commit is contained in:
Bruce Hill 2018-12-19 02:30:23 -08:00
parent f75fc15cdf
commit 21a1121da6

View File

@ -29,7 +29,6 @@ if (any of [not $pattern, $pattern == "*", $pattern == "**"]):
$pattern = ($pattern|with "\$wildcard\$wildcard" -> "$multi_wildcard")
$pattern = ($pattern|with $wildcard -> "$wildcard")
$pattern_tree = ($pattern parsed)
say $pattern_tree
($tree matches $patt) means:
when: