From 8b32efdc3bfc6973905a743798418dc0a7b211d3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 8 Oct 2010 14:03:27 -0700 Subject: [PATCH] Remove debugging statement. --- t/Shop/PayDriver/ITransact.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Shop/PayDriver/ITransact.t b/t/Shop/PayDriver/ITransact.t index 220bbecc9..273f4aaa2 100644 --- a/t/Shop/PayDriver/ITransact.t +++ b/t/Shop/PayDriver/ITransact.t @@ -186,7 +186,6 @@ TODO: { SKIP: { skip "Skipping XML requests to ITransact due to lack of userId and password", 2 unless $hasTestAccount; - diag $xml; my $response = eval { $driver->doXmlRequest($xml) }; my $ok_response = isa_ok($response, 'HTTP::Response', 'returns a HTTP::Response object'); ok( $response->is_success, '... was successful for two item transaction');