From f1a120114b67fdbfc774cf538be1d49096b41b0f Mon Sep 17 00:00:00 2001 From: Michael Kitson Date: Thu, 11 Nov 2010 23:19:27 +0000 Subject: Removed the debug statement in maze.py --- diff --git a/dev/pacmath.activity/maze.py b/dev/pacmath.activity/maze.py index e16c7a3..4bc4dfc 100644 --- a/dev/pacmath.activity/maze.py +++ b/dev/pacmath.activity/maze.py @@ -38,8 +38,6 @@ class Maze: @param width: the width of the maze @param height: the height of the maze """ - - print "Maze object called" self.width, self.height = width, height -- cgit v0.9.1