diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 14:39:34 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 14:39:34 -0700 |
commit | 4a54f823c77ae779f5a3d76f814036cc54ce18f1 (patch) | |
tree | 33369ec9c12ce9bb5d5bf73b94f63d7b9115cd93 /htetc/handler.pl | |
parent | ae65094b8d0166f4401ecc4bdd691dbfc344b5d5 (diff) |
fix new page logging
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 3 |
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; |