projects
/
quizzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddef1ad
)
Remove debugging print(self.stack) from UserInterface.get_question()
author
W. Trevor King
<wking@tremily.us>
Tue, 5 Feb 2013 17:19:18 +0000
(12:19 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 5 Feb 2013 17:19:18 +0000
(12:19 -0500)
quizzer/ui/__init__.py
patch
|
blob
|
history
diff --git
a/quizzer/ui/__init__.py
b/quizzer/ui/__init__.py
index 3a1c37fe174c7ab3521bfb83603e4fc4928685db..5bbb214c8dcc471e0870feed2895867267d3db31 100644
(file)
--- a/
quizzer/ui/__init__.py
+++ b/
quizzer/ui/__init__.py
@@
-20,7
+20,6
@@
class UserInterface (object):
def get_question(self):
if self.stack:
- print(self.stack)
return self.stack.pop(0)
def process_answer(self, question, answer):