]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove a stray debug print
authorMikko Rasa <tdb@tdb.fi>
Wed, 3 Jul 2019 17:04:33 +0000 (20:04 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 3 Jul 2019 17:04:33 +0000 (20:04 +0300)
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