summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-06-07 17:44:13 +0000
committerivan <ivan>2010-06-07 17:44:13 +0000
commit7d48298223b530d8070f9853ee86d3965bfdd404 (patch)
tree120d693159e41ec4d1b592109655fa7fbfd2a953
parenta77fb608130055ee1795fb6692acb0296ca69027 (diff)
revert debugging from fixing agent payment gateway overrides not working in 2.1, RT#8695
-rw-r--r--FS/FS/cust_main.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 9ac9d4be6..46f32e5db 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -4384,7 +4384,6 @@ sub realtime_bop {
my $payment_gateway = $self->_payment_gateway( \%options );
my $namespace = $payment_gateway->gateway_namespace;
- warn "use $namespace"; #if $DEBUG #erroring out??
eval "use $namespace";
die $@ if $@;