diff --git a/vloed.py b/vloed.py index e3d889d..abfc689 100755 --- a/vloed.py +++ b/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()