3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-22 10:04:36 +01:00

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

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;