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