remove debugging
authorivan <ivan>
Fri, 27 Jan 2012 01:57:28 +0000 (01:57 +0000)
committerivan <ivan>
Fri, 27 Jan 2012 01:57:28 +0000 (01:57 +0000)
FS/FS/cust_pkg.pm

index ced97d4..349f20e 100644 (file)
@@ -3038,7 +3038,6 @@ sub search {
       } elsif ( @c_where ) {
         push @where, ' ( '. join(' OR ', @c_where). ' ) ';
       }
-      warn $where[-1];
 
     }