aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Config.pm61
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Config.pm6 b/lib/Config.pm6
index a4bf3af..d7fee4a 100644
--- a/lib/Config.pm6
+++ b/lib/Config.pm6
@@ -63,7 +63,6 @@ class Config is Associative is export
{
return $parser if $parser ne "";
return $!parser if $!parser ne "";
- say $!parser;
my $type = self.get-parser-type($path);