X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/f96fb4a3b382ac97bcdfd86549f685b02ff7968a..7517f56335128e279a36a5d9336a4d5d790b32d6:/src/app/widgets/cursors.py diff --git a/src/app/widgets/cursors.py b/src/app/widgets/cursors.py index 2c22b5d..db1ac56 100755 --- a/src/app/widgets/cursors.py +++ b/src/app/widgets/cursors.py @@ -53,7 +53,6 @@ class WarpingCursor(pygame.sprite.DirtySprite, EventHandlerMixin): pygame.event.set_allowed(pygame.MOUSEMOTION) # --- x, y = pygame.mouse.get_pos() - print 'mouse pos :', x, y left = x - self.width / 2 top = y - self.height / 2 self.rect = pygame.Rect((left, top), (self.width, self.height))