Bug 18930: (QA follow-up) Remove debug code
[koha.git] / t / db_dependent / RefundLostItemFeeRule.t
index 870af32..2dd15fd 100755 (executable)
@@ -152,7 +152,6 @@ subtest 'Koha::RefundLostItemFeeRules::_default_rule() tests' => sub {
             rule_name    => 'refund',
         }
     )->next();
-    use Data::Printer colored => 1;
     ok( !Koha::RefundLostItemFeeRules->_default_rule, 'Default rule is set to not refund' );
 
     $default_rule->delete;
@@ -440,4 +439,4 @@ subtest 'Koha::RefundLostItemFeeRules::find() tests' => sub {
 
     # Rollback transaction
     $schema->storage->txn_rollback;
-};
\ No newline at end of file
+};