From: Emil Williams Date: Tue, 6 May 2025 19:24:54 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=15fdf817601c5c65b1473675adcc9c43ebb5aefc;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index cfb8ccf..4a5ebf0 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -77,8 +77,7 @@ sub init { }; foreach my $key (keys %page) { my @set = @{$page{$key}}; - print Dumper @set; - last if $set[0] == DYNAMIC_PAGE; + next if $set[0] == DYNAMIC_PAGE; syslog("info", "Marking Static '$key'"); # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_;