Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kitson <msk5293@rit.edu>2010-11-11 23:19:27 (GMT)
committer Michael Kitson <msk5293@rit.edu>2010-11-11 23:19:27 (GMT)
commitf1a120114b67fdbfc774cf538be1d49096b41b0f (patch)
tree9da1ecc3369743708e6d7aaae9979bbbfc3517d0
parentde88a80833cde0cb470721bd7e5ed6cbd3f52bac (diff)
Removed the debug statement in maze.py
-rw-r--r--dev/pacmath.activity/maze.py2
1 files changed, 0 insertions, 2 deletions
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