From: Mikko Rasa Date: Wed, 3 Jul 2019 17:04:33 +0000 (+0300) Subject: Remove a stray debug print X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=4c142176bad0ad17128a8176bedac3952c069449 Remove a stray debug print --- diff --git a/blender/io_mspgl/animation.py b/blender/io_mspgl/animation.py index 59f34b4d..b7576fb5 100644 --- a/blender/io_mspgl/animation.py +++ b/blender/io_mspgl/animation.py @@ -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