mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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
This commit is contained in:
parent
8965741fcf
commit
40618e104d
@ -105,7 +105,6 @@ def createBounce(nodeObj, numBounces, startValues, totalTime, amplitude,
|
|||||||
|
|
||||||
newVec3 = Vec3(startValues)
|
newVec3 = Vec3(startValues)
|
||||||
newVec3.setCell(index, currBounceVal)
|
newVec3.setCell(index, currBounceVal)
|
||||||
print("### newVec3 = %s" % newVec3)
|
|
||||||
|
|
||||||
# create the right type of lerp
|
# create the right type of lerp
|
||||||
if ((bounceType == SX_BOUNCE) or (bounceType == SY_BOUNCE) or
|
if ((bounceType == SX_BOUNCE) or (bounceType == SY_BOUNCE) or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user