Pārlūkot izejas kodu

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
Erica M. ("Loonatic") 3 gadi atpakaļ
vecāks
revīzija
40618e104d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      direct/src/showutil/Effects.py

+ 0 - 1
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