Removed an unnecessary print statement.
This commit is contained in:
parent
e385edb46a
commit
d2a251430c
1 changed files with 0 additions and 1 deletions
1
vloed.py
1
vloed.py
|
|
@ -58,7 +58,6 @@ class Canvas(object):
|
|||
"""Init the pygame canvas"""
|
||||
pygame.init()
|
||||
screeninfo = pygame.display.Info()
|
||||
print options.width
|
||||
self.width = options.width if options.width else screeninfo.current_w
|
||||
self.height = options.height if options.height else screeninfo.current_h
|
||||
pygame.mixer.quit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue