Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-11-30 22:34:43 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-11-30 22:34:43 (GMT)
commit00c7fc1da857250da5a52e8bd9462d21f7042ff2 (patch)
tree9ff2c9899daef40ab7f26646c55d34b918a7b207
parent49d14adb39fdf84dc5223ac542bd386b0e6340fa (diff)
remove debug print
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index a62b658..954a8ce 100755
--- a/main.py
+++ b/main.py
@@ -47,7 +47,6 @@ class box:
self.owner = 'B'
PLAYER_B = PLAYER_B + 1
self.showOwner()
- print PLAYER_A, PLAYER_B
def showOwner(self):
text = self.fuente.render(self.owner, 1, COLOR_OWNER)