From 4ca9f95f31f54903a0738a8bfd4fc6ed1a4d0a29 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 21 Mar 2018 23:35:28 +0100 Subject: Remove redundant say statement --- lib/Config.pm6 | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.1