Bug 22043: (QA follow-up) Add parameter to control behavior
[koha.git] / C4 / Print.pm
index 2286e2c..d0f2642 100644 (file)
@@ -24,7 +24,6 @@ use C4::Context;
 use vars qw(@ISA @EXPORT);
 
 BEGIN {
-       # set the version for version checking
        require Exporter;
        @ISA    = qw(Exporter);
     @EXPORT = qw(&NetworkPrint);