From b9a6615193171e08f86ecfb617da129019443c36 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 6 Sep 2017 10:15:55 -0400 Subject: [PATCH] Bug 19256: (QA followup) Remove warn from unit test Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Acquisition.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index d6b922d647..62a9a76b5a 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -283,7 +283,6 @@ for ( 0 .. 5 ) { values %{ $order_content[$_]->{num} }; @ocontent{ keys %{ $order_content[$_]->{str} } } = values %{ $order_content[$_]->{str} }; - use Data::Printer colored => 1; warn p %ocontent; $ordernumbers[$_] = Koha::Acquisition::Order->new( \%ocontent )->store->ordernumber; $order_content[$_]->{str}->{ordernumber} = $ordernumbers[$_]; } -- 2.14.1