diff options
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 f41a3df70..dbe3c9170 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -6,7 +6,6 @@ use strict; use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; -use FS::access_user_log; if ( %%%RT_ENABLED%%% ) { @@ -136,8 +135,6 @@ sub handler } - FS::access_user_log->insert_new_path( $r->uri ); - FS::Trace->log('handling request'); my %session; my $status; |