From 7cff026d6957625164ec46e55ddb9ce8a4b3b75c Mon Sep 17 00:00:00 2001 From: Frederic Date: Wed, 28 Dec 2016 00:21:12 +0100 Subject: [PATCH] a little less debug output --- pong.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong.py b/pong.py index a2994e5..16b2523 100644 --- a/pong.py +++ b/pong.py @@ -262,7 +262,7 @@ class Playground(object): break for callback in self.__gameTickCallbacks: - print(callback) + #print(callback) callback() if ball.xpos >= self.width: