remove debugging
[freeside.git] / 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];
 
     }