Bug 13074: (followup) remove useless diag
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 May 2016 14:13:38 +0000 (11:13 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Jun 2016 14:29:59 +0000 (14:29 +0000)
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>
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' } );