From 57e4f7c5e58c95abd7cd0b0c09b460c956b01c03 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 On running all Items-related tests some useless diag showed up. Removing it. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens --- 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 7d6df0a..69451f0 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.1.4