@@ -, +, @@ --- t/db_dependent/Items/GetItemsForInventory.t | 2 -- 1 file changed, 2 deletions(-) --- a/t/db_dependent/Items/GetItemsForInventory.t +++ a/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' } ); --