aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-21 23:35:28 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-21 23:35:28 +0100
commitf55a1c76325acc3952bdd32abb4e291cdbde4e29 (patch)
treea799091001c10f6c7e1894dc68e52ab9b13cb3a2
parenta6e456ae20d0a4b344f27d01157d0707f7b9a1db (diff)
Remove redundant say statement
-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);