From aaeaf74ce3d3ceb731633a054d56a7f916ff2721 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 17 Jun 2015 14:39:29 -0700 Subject: fix new page logging --- htetc/handler.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'htetc/handler.pl') diff --git a/htetc/handler.pl b/htetc/handler.pl index 45afafbec..416ea69c4 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -7,7 +7,6 @@ use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; use FS::Conf; -use FS::access_user_log; $FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance @@ -139,8 +138,6 @@ sub handler } - FS::access_user_log->insert_new_path( $r->uri ); - FS::Trace->log('handling request'); my %session; my $status; -- cgit v1.2.1