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

index c41f04b..469bd94 100644 (file)
@@ -3108,7 +3108,6 @@ sub search {
       } elsif ( @c_where ) {
         push @where, ' ( '. join(' OR ', @c_where). ' ) ';
       }
-      warn $where[-1];
 
     }