Bug 7021: Remove superflous 'open'
[koha-ffzg.git] / misc / add_statistics_borrowers_categorycode.pl
index 17ca24d..69e27de 100755 (executable)
@@ -10,13 +10,8 @@ use utf8;
 
 use Koha::Patrons;
 
-use open ':encoding(utf8)';
-binmode STDOUT, ':utf8';
-
-
 print "\nTHE FOLLOWING STATISTIC ENTRIES HAVE BEEN UPDATED\n------------------------------------------------\n";
 
-
 ##Caches all the loaded Borrowers
 my $borrowers = {};
 my $deletedBorrowers = {};