Browse Source

remove debug statements

David Rose 19 years ago
parent
commit
ab7d2d2278
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/osxdisplay/osxGraphicsStateGuardian.cxx

+ 0 - 3
panda/src/osxdisplay/osxGraphicsStateGuardian.cxx

@@ -70,7 +70,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
   _aglcontext(NULL)
 {
   SharedBuffer = 1011;
-  cerr << "osxGraphicsStateGuardian::osxGraphicsStateGuardian()\n";
 }
 
 ////////////////////////////////////////////////////////////////////
@@ -80,8 +79,6 @@ osxGraphicsStateGuardian(GraphicsPipe *pipe,
 ////////////////////////////////////////////////////////////////////
 osxGraphicsStateGuardian::~osxGraphicsStateGuardian() 
 {
-	cerr << "osxGraphicsStateGuardian::~osxGraphicsStateGuardian()\n";
-
   if(_aglcontext != (AGLContext)NULL)
   {
      aglDestroyContext(_aglcontext);