forgot debug line

git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@113 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2016-07-29 06:10:47 +00:00
parent bb38955968
commit a4e206b66a

View File

@@ -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;