From f55a1c76325acc3952bdd32abb4e291cdbde4e29 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