lib/logging/appenders/syslog.rb in TwP-logging-0.9.8 vs lib/logging/appenders/syslog.rb in TwP-logging-0.9.8.1
- old
+ new
@@ -1,12 +1,5 @@
-begin
- require 'syslog'
- HAVE_SYSLOG = true
-rescue LoadError
- HAVE_SYSLOG = false
-end
-
# only load this class if we have the syslog library
# Windows does not have syslog
#
if HAVE_SYSLOG