RT#71995: Cancel Packages [turned off debug in email_search]
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 9 Aug 2016 03:07:58 +0000 (22:07 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 9 Aug 2016 22:18:31 +0000 (17:18 -0500)
FS/FS/cust_main/Search.pm

index 22b8495..66b73dd 100644 (file)
@@ -513,11 +513,9 @@ none or one).
 sub email_search {
   my %options = @_;
 
-  local($DEBUG) = 1;
-
   my $email = delete $options{'email'};
 
-  #we're only being used by RT at the moment... no agent virtualization yet
+  #no agent virtualization yet
   #my $agentnums_sql = $FS::CurrentUser::CurrentUser->agentnums_sql;
 
   my @cust_main = ();