From 5185adc1bae9241f919c8ecd5fc98c4b0b6bd6a4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 9 May 2016 11:13:38 -0300 Subject: [PATCH] Bug 13074: (followup) remove useless diag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On running all Items-related tests some useless diag showed up. Removing it. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall (cherry picked from commit de6c1375f76b562970d7515192a002af8babc740) Signed-off-by: Frédéric Demians --- t/db_dependent/Items/GetItemsForInventory.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/db_dependent/Items/GetItemsForInventory.t b/t/db_dependent/Items/GetItemsForInventory.t index 7d6df0abc6..69451f05b9 100755 --- a/t/db_dependent/Items/GetItemsForInventory.t +++ b/t/db_dependent/Items/GetItemsForInventory.t @@ -35,8 +35,6 @@ my $dbh = C4::Context->dbh; $dbh->{AutoCommit} = 0; $dbh->{RaiseError} = 1; -diag("This could take a while for large datasets..."); - my ($oldResults, $oldCount) = OldWay($dbh); my ($newResults, $newCount) = GetItemsForInventory( { interface => 'staff' } ); -- 2.20.1