From 6fb4ec696e195691cc6611b981fc50fbfb5a4f76 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Wed, 28 Jan 2009 05:23:14 +0000 Subject: Add some more game lessons. Fix some bugs. Add a new text lesson type to lessonbuilder. --- (limited to 'lessonscreen.py') diff --git a/lessonscreen.py b/lessonscreen.py index a79740c..18c0737 100644 --- a/lessonscreen.py +++ b/lessonscreen.py @@ -465,8 +465,6 @@ class LessonScreen(gtk.VBox): lesson_name = self.lesson['name'] - print self.total_time, self.wpm - # Add to the lesson history. report = { 'lesson': lesson_name, -- cgit v0.9.1