From 706af3974ed02302ad436ccf168f38469c789060 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 13 Jan 2010 20:13:28 -0600 Subject: [PATCH] Updating todos and logging --- src/gvoice/state_machine.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gvoice/state_machine.py b/src/gvoice/state_machine.py index 21495a7..511ccde 100644 --- a/src/gvoice/state_machine.py +++ b/src/gvoice/state_machine.py @@ -1,8 +1,7 @@ #!/usr/bin/env python """ -@todo Look into switching from POLL_TIME = min(F * 2^n, MAX) to POLL_TIME = min(CONST + F * 2^n, MAX) -@todo Look into supporting more states that have a different F and MAX +@todo Look into supporting more states """ import logging @@ -239,7 +238,6 @@ class UpdateStateMachine(StateMachine): @gtk_toolbox.log_exception(_moduleLogger) def _on_timeout(self): - _moduleLogger.info("%s Update" % (self._name)) self._timeoutId = None self._schedule_update() for item in self._updateItems: -- 1.7.9.5