From: ivan Date: Fri, 27 Jan 2012 01:57:28 +0000 (+0000) Subject: remove debugging X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f22d7f0c3b27d10450961090f755be8b2b22eb22;p=freeside.git remove debugging --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index ced97d42b..349f20e1e 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -3038,7 +3038,6 @@ sub search { } elsif ( @c_where ) { push @where, ' ( '. join(' OR ', @c_where). ' ) '; } - warn $where[-1]; }