From: Emil Williams Date: Wed, 21 May 2025 00:52:56 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=5bc0fbb25097b24e966e5e40ae82147a4b9aae7a;p=emil-3chen.org.git -- --- diff --git a/perl/Triple/Init.pm b/perl/Triple/Init.pm index 05393f5..adbc722 100644 --- a/perl/Triple/Init.pm +++ b/perl/Triple/Init.pm @@ -65,8 +65,6 @@ sub static { $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; syslog("info", $vars->{"uri"} . " " . $vars->{"title"} . " " . $vars->{"description"}); - my $x = DYNAMIC_PAGE; - syslog("info", "important " . $x); my $temporary; $template->process($set[PAGE_TT], $vars, \$temporary) or syslog("info", $template->error()); $static{$key} = $temporary;