From 40618e104d096a7cceb4077fcb614253b4ff4cd4 Mon Sep 17 00:00:00 2001 From: "Erica M. (\"Loonatic\")" Date: Sat, 29 Oct 2022 19:41:18 -0500 Subject: [PATCH] chore: Remove extraneous print statement There's no reason why this should be printed out by default. It can create a lot of spam in the output when utilizing this module. Fixes #1383 --- direct/src/showutil/Effects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/showutil/Effects.py b/direct/src/showutil/Effects.py index d98223711b..7c21315ddf 100644 --- a/direct/src/showutil/Effects.py +++ b/direct/src/showutil/Effects.py @@ -105,7 +105,6 @@ def createBounce(nodeObj, numBounces, startValues, totalTime, amplitude, newVec3 = Vec3(startValues) newVec3.setCell(index, currBounceVal) - print("### newVec3 = %s" % newVec3) # create the right type of lerp if ((bounceType == SX_BOUNCE) or (bounceType == SY_BOUNCE) or