diff options
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
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 $@; |