summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2012-01-27 01:57:26 +0000
committerivan <ivan>2012-01-27 01:57:26 +0000
commit45ecb21934e80c6f1dcc6e26284398995a04a8e6 (patch)
treed97ddffe5aa898f0236ea2083d1bfbd22c2015ed /FS/FS
parent06aaf9ef0bec5a7117e0302b0ae740ca78143f02 (diff)
remove debugging
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/cust_pkg.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index c41f04b..469bd94 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];
}