Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PollSession.py
diff options
context:
space:
mode:
Diffstat (limited to 'PollSession.py')
-rw-r--r--PollSession.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/PollSession.py b/PollSession.py
index 2d22fc0..33d9e24 100644
--- a/PollSession.py
+++ b/PollSession.py
@@ -158,10 +158,10 @@ class Poll():
# XXX 27/10/07 Morgan: Allowing multiple votes per XO
# per Shannon's request.
## if voter already voted, change their vote:
- if votersha in self.votes:
- self._logger.debug('%s already voted, decrementing their '
- 'old choice %d' % (votersha, self.votes[votersha]))
- self.data[self.votes[votersha]] -= 1
+ #if votersha in self.votes:
+ # self._logger.debug('%s already voted, decrementing their '
+ # 'old choice %d' % (votersha, self.votes[votersha]))
+ # self.data[self.votes[votersha]] -= 1
self.votes[votersha] = choice
self.data[choice] += 1