From 56a543ad06cd95ebaad03da89c9d5f1253c9c0a9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 16 Mar 2011 21:38:15 -0500 Subject: [PATCH] Removing deadcode --- src/examples/log_notifier.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/examples/log_notifier.py b/src/examples/log_notifier.py index 2318549..541ac18 100644 --- a/src/examples/log_notifier.py +++ b/src/examples/log_notifier.py @@ -15,7 +15,6 @@ import alarm_notify def notify_on_change(): - filename = "%s/notification.log" % constants._data_path_ with open(constants._notifier_logpath_, "a") as file: file.write("Notification: %r\n" % (datetime.datetime.now(), )) -- 1.7.9.5