From 0002ecc5bb7078e2da0350fcc3c2850cf02bcd7b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 Apr 2018 11:29:02 -0400 Subject: Bug 1450990 - Refactor a bunch of the logging config files --- Bugzilla.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index a8b164b57..d98298acc 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -56,7 +56,6 @@ use Encode; use File::Basename; use File::Spec::Functions; use Safe; -use Sys::Syslog qw(:DEFAULT); use JSON::XS qw(decode_json); use parent qw(Bugzilla::CPAN); -- cgit v1.2.3-24-g4f1b