Remove STDERR message in Handler.pm (#1618)

environments/ppa-mbqj77/deployments/674
Clément OUDOT 6 years ago
parent b79c7112fc
commit 918508c37e
  1. 4
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm

@ -1,7 +1,7 @@
package Lemonldap::NG::Handler;
print STDERR
"Use the appropriate handler. For Apache, use Lemonldap::NG::Handler::ApacheMP2";
# Use the appropriate handler
# For Apache, use Lemonldap::NG::Handler::ApacheMP2
our $VERSION = '2.0.2';

Loading…
Cancel
Save