Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_page_gettingstarted.py
diff options
context:
space:
mode:
Diffstat (limited to 'ep_page_gettingstarted.py')
-rw-r--r--ep_page_gettingstarted.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_page_gettingstarted.py b/ep_page_gettingstarted.py
index d06b673..1234a16 100644
--- a/ep_page_gettingstarted.py
+++ b/ep_page_gettingstarted.py
@@ -83,11 +83,11 @@ Kandid uses a simulated evolution without a fitness function. A cybernetic syste
def on_readintro(self, args):
"""Show introduction page.
"""
- ka_debug.info('on_readintro')
+# ka_debug.info('on_readintro')
self._controller.on_page_show(2) #Assume into page has position 2.
def on_startnew(self, args):
"""Show population page.
"""
- ka_debug.info('on_startnew')
+# ka_debug.info('on_startnew')
self._controller.on_page_show(0) #Assume population page has position 0.