diff options
author | ivan <ivan> | 2010-01-26 06:14:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-26 06:14:16 +0000 |
commit | 3078c35044171ed4ff5dd78552d23c37e882c82b (patch) | |
tree | a97e2e378f801ba21057d2e8ca1670c7db34423c | |
parent | fb9a4b8b235157095779965ffbd9e95934c8bbae (diff) |
remove debugging
-rw-r--r-- | FS/FS/svc_Common.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 9b2cf7bc4..368e93602 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -664,9 +664,7 @@ sub pbx_select_hash { qsearch('cust_pkg', { 'custnum' => $cust_pkg->custnum }); } else { #XXX agent-virt - warn "hi"; %pbxes = map { $_->svcnum => $_->title } qsearch('svc_pbx', {} ); - warn %pbxes; } if ($part_svc && $part_svc->part_svc_column('pbxsvc')->columnflag eq 'D') { |