Browse Source

Turn off debug printing of texture v coordinate.

aignacio_sf 19 years ago
parent
commit
5ff0a3ee85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/motiontrail/MotionTrail.py

+ 1 - 1
direct/src/motiontrail/MotionTrail.py

@@ -111,7 +111,7 @@ class MotionTrail(NodePath):
                 vertex_index += 1
                 vertex_index += 1
                 float_vertex_index += 1.0
                 float_vertex_index += 1.0
                 
                 
-                print "motion_trail_vertex.v", motion_trail_vertex.v
+#                print "motion_trail_vertex.v", motion_trail_vertex.v
                 
                 
         return
         return