summaryrefslogtreecommitdiff
path: root/FS/FS/rate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/rate.pm')
-rw-r--r--FS/FS/rate.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm
index b2348ca..aef9d8b 100644
--- a/FS/FS/rate.pm
+++ b/FS/FS/rate.pm
@@ -4,7 +4,6 @@ use base qw(FS::Record);
use strict;
use vars qw( $DEBUG );
use FS::Record qw( qsearch qsearchs dbh fields );
-#use FS::agent; #causes a weird dep loop in freeside-cdrrated, only needed for v3-style manual FK-checking, so, probably not bother
use FS::rate_detail;
$DEBUG = 0;