diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 14:39:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 14:39:39 -0700 |
commit | abd722a1848ff5483f80cd6c8ccc12b6bde26b38 (patch) | |
tree | 2546094925c2239b002553b4afc6e8c54462d90a /htetc/handler.pl | |
parent | ebd89c7672e0bf5150fe1c2f89c2f88b90304e8d (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 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; |