We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd8328 commit f7909dcCopy full SHA for f7909dc
pypboy/ui.py
@@ -93,7 +93,6 @@ def __init__(self, width, height, gap, speed, colours, full_push=False):
93
colour = 0
94
95
def render(self, interval, *args, **kwargs):
96
- print interval, self.rect[1], self.top
97
self.top += self.speed * interval
98
self.rect[1] = self.top
99
self.dirty = 1
0 commit comments