Skip to content

Commit

Permalink
Item13181: Comment out leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Feb 16, 2015
1 parent 8c3041b commit 9346034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/lib/Foswiki/Configure/Value.pm
Expand Up @@ -342,8 +342,9 @@ sub getRawValue {
while ( $x =~ s/^{(.*?)}// ) {
$path = $path->{$1};
$p .= "{$1}";
print STDERR "$this->{keys} is undefined at $p"
unless defined $path;

#print STDERR "$this->{keys} is undefined at $p"
# unless defined $path;
}
}
return eval("\$Foswiki::cfg$this->{keys}");
Expand Down

0 comments on commit 9346034

Please sign in to comment.