Retrait debug print.
[minwii.git] / src / kinect / pygamedisplay.py
index 321578d..196ad29 100755 (executable)
@@ -73,7 +73,7 @@ class RGB :
             x, y = map(lambda i : numpy.clip(i, 0, DEFAULT_HAND_DISTANCE_RANGE * 2), [x, y])
             x = x * (self.pygameScreenWidth / (2. * DEFAULT_HAND_DISTANCE_RANGE))
             y = y * (self.pygameScreenHeight / (2. * DEFAULT_HAND_DISTANCE_RANGE))
-            print x, y
+
         pygame.mouse.set_pos(int(x), int(y))
 
     def handCreateCB(self, src, id, pos, time):