Skip to content

Commit

Permalink
Item12381: remove excess debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jan 1, 2015
1 parent d183020 commit ead79ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/Foswiki/Configure/Load.pm
Expand Up @@ -172,7 +172,6 @@ sub readConfig {
}

for my $file (@files) {
print STDERR "Applying configuration from $file\n" if DEBUG;
my $return = do $file;

unless ( defined $return && $return eq '1' ) {
Expand Down

0 comments on commit ead79ae

Please sign in to comment.