diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index d404538f0..45a3438eb 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -430,7 +430,6 @@ sub www_selectPaymentGateway { } $var->{ paymentGateways } = \@paymentGateways; $var->{ choose } = $i18n->get('choose payment gateway message'); - $session->log->warn('###'.$session->setting->get("selectGatewayTemplateId")); my $template = WebGUI::Asset::Template->new($session, $session->setting->get("selectGatewayTemplateId")); return $session->style->userStyle($template->process($var)); }