summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl3
1 files changed, 0 insertions, 3 deletions
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;