pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 2e60353ccd22268458ef88783e7929c65e39c26b
parent ae429f2409ff99314f507a2048d36e343025cf36
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 24 Oct 2014 01:13:57 -0600

gen_index: no need for logging here

Diffstat:
Mgen_index.pl | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/gen_index.pl b/gen_index.pl @@ -11,7 +11,6 @@ use shared; my $cfg = get_config(); my $dbh = get_dbh($cfg); -my $log = get_log($cfg, "pricecharts_webgen"); my $config = { INTERPOLATE => 1, @@ -40,5 +39,4 @@ my $vars = { $template->process("index.html", $vars, "index.html") || die $template->error(); copy("html/pricechart.css", "www/htdocs/pricechart.css"); -close $log; $dbh->disconnect();