Factoids: turn debugging back off for $var expansions

This commit is contained in:
Pragmatic Software 2019-08-17 10:11:34 -07:00
parent 15f8a3683e
commit 50ebf52371
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ sub expand_factoid_vars {
$root_keyword = lc $root_keyword;
my $debug = 10;
my $debug = 0;
my $depth = 0;
while (1) {
last if ++$depth >= 1000;