Removing deadcode
authorEd Page <eopage@byu.net>
Thu, 17 Mar 2011 02:38:15 +0000 (21:38 -0500)
committerEd Page <eopage@byu.net>
Tue, 19 Apr 2011 23:49:27 +0000 (18:49 -0500)
src/examples/log_notifier.py

index 2318549..541ac18 100644 (file)
@@ -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(), ))