]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/animation.py
Remove a stray debug print
[libs/gl.git] / blender / io_mspgl / animation.py
index 59f34b4d7c532e35e0a852493b81120a1a9fff61..b7576fb516d761e0806d29cc8c7279e7e2956c5e 100644 (file)
@@ -92,7 +92,6 @@ class Animation:
                                while d<-math.pi/2:
                                        d += math.pi
 
-                       print("Difference for {} {} is {}".format(c.data_path, c.array_index, d))
                        if d>threshold:
                                self.looping = False
                                break