Bug 14878: (QA followup) Remove useless diag
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 6 Nov 2015 17:42:28 +0000 (14:42 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 6 Nov 2015 18:51:52 +0000 (15:51 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Holds/RevertWaitingStatus.t

index bdb27ab..513eb52 100755 (executable)
@@ -38,13 +38,10 @@ sub Mock_userenv {
 
 my $borrowers_count = 3;
 
-# Setup Test------------------------
-# Helper biblio.
-diag("Creating biblio instance for testing.");
+# Create a biblio instance
 my ( $bibnum, $title, $bibitemnum ) = create_helper_biblio();
 
-# Helper item for that biblio.
-diag("Creating item instance for testing.");
+# Create an item
 my $item_barcode = 'my_barcode';
 my ( $item_bibnum, $item_bibitemnum, $itemnumber ) = AddItem(
     { homebranch => $library->{branchcode}, holdingbranch => $library->{branchcode}, barcode => $item_barcode },