Browse Source

*** empty log message ***

Josh Wilson 20 years ago
parent
commit
323321f622
1 changed files with 0 additions and 5 deletions
  1. 0 5
      panda/src/particlesystem/spriteParticleRenderer.cxx

+ 0 - 5
panda/src/particlesystem/spriteParticleRenderer.cxx

@@ -60,11 +60,6 @@ SpriteParticleRenderer(Texture *tex) :
   _color_interpolation_manager(new ColorInterpolationManager(_color))
 {
   init_geoms();  
-
-  if(use_qpgeom)
-    cout<<"using qpgeoms"<<endl;
-  else
-    cout<<"not using qpgeoms"<<endl;
 }
 
 ////////////////////////////////////////////////////////////////////