Bug 13074: (followup) remove useless diag
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 May 2016 14:13:38 +0000 (11:13 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 24 Jun 2016 05:23:39 +0000 (07:23 +0200)
On running all Items-related tests some useless diag showed up. Removing it.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit de6c1375f76b562970d7515192a002af8babc740)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

t/db_dependent/Items/GetItemsForInventory.t

index 7d6df0a..69451f0 100755 (executable)
@@ -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' } );