summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2012-01-27 01:57:28 +0000
committerivan <ivan>2012-01-27 01:57:28 +0000
commitf22d7f0c3b27d10450961090f755be8b2b22eb22 (patch)
tree140ecf7b182ce34b7522361354cf5ed0191b8870
parent5d146ae9c48e8ae966d0ec5ae815f502a5a0bde7 (diff)
remove debugging
-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 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];
}