From a4e206b66a65cacd2cdf461850b553097b5a35f9 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 29 Jul 2016 06:10:47 +0000 Subject: [PATCH] forgot debug line git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@113 be1acefe-a474-0410-9a34-9b3221f2030f --- General.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/General.pm b/General.pm index 1169d7e..3f56466 100644 --- a/General.pm +++ b/General.pm @@ -483,7 +483,6 @@ sub _open { # include foo/* shouldn't fail if there isn't anything matching) # rt.cpan.org#79869: local $this->{IncludeGlob}; foreach my $file (@include) { - print STDERR "CALLING __open($file)\n"; $this->_open($file); } return;