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 03:07:58 +0000 (22:07 -0500)
FS/FS/cust_main/Search.pm

index 11a106a..e021140 100644 (file)
@@ -514,11 +514,9 @@ none or one).
 sub email_search {
   my %options = @_;
 
 sub email_search {
   my %options = @_;
 
-  local($DEBUG) = 1;
-
   my $email = delete $options{'email'};
 
   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 = ();
   #my $agentnums_sql = $FS::CurrentUser::CurrentUser->agentnums_sql;
 
   my @cust_main = ();