From 6f6b97483d71d584cb2ef97d4d3f68fd3b3fd97c Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Fri, 29 Nov 2013 15:52:12 -0500 Subject: [PATCH] Remove syslog call. --- calendar-export.plx | 1 - 1 file changed, 1 deletion(-) diff --git a/calendar-export.plx b/calendar-export.plx index 91adcf0..9572b76 100644 --- a/calendar-export.plx +++ b/calendar-export.plx @@ -70,7 +70,6 @@ my $LOCK_CLEANUP_CODE = sub { use Date::Manip; my $NOW = ParseDate("now"); - syslog LOG_INFO, $message; my $lastTime = $messageHistory{$message};