Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_controller.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-01-09 21:24:55 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-01-09 21:24:55 (GMT)
commit8d8009ea73b77fc37c165462b21a342fb3614416 (patch)
treed11735b60966666f7f180874f4ca6a167fc585e1 /ka_controller.py
parent9840852aca167c25c979fa08a23bc0fc623b680e (diff)
Themes and categories for stamps.
Diffstat (limited to 'ka_controller.py')
-rw-r--r--ka_controller.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ka_controller.py b/ka_controller.py
index be5593a..f9caa44 100644
--- a/ka_controller.py
+++ b/ka_controller.py
@@ -295,7 +295,7 @@ class KandidController(object):
pre: len(args) >= 1
pre: 0 <= args[0].get_value() <= 9
"""
- ka_debug.info('on_flurry_value_changed [%s]' % args[0].get_value())
+# ka_debug.info('on_flurry_value_changed [%s]' % args[0].get_value())
model_random.set_flurry(args[0].get_value())
def on_protozoon_popup(self, widget, event):
@@ -316,7 +316,7 @@ class KandidController(object):
"""Publish single protozoon to all other buddies.
pre: len(args) >= 1
"""
- ka_debug.info('on_zoomprotozoon_activate [%s]' % args[0].get_name())
+# ka_debug.info('on_zoomprotozoon_activate [%s]' % args[0].get_name())
if self.zoom_controller is not None:
self.zoom_controller.start_calculation(
self.model.protozoans[_name_to_index(args[0].get_name())].copy())
@@ -333,7 +333,7 @@ class KandidController(object):
"""Set last ranking for this protozoon.
pre: len(args) >= 1
"""
- ka_debug.info('on_awfull_activate [%s]' % args[0].get_name())
+# ka_debug.info('on_awfull_activate [%s]' % args[0].get_name())
index = _name_to_index(args[0].get_name())
self.model.reduce_fitness(index)
self._update_population_gui()