mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove debug statements
This commit is contained in:
parent
3c0d5e6342
commit
ab7d2d2278
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user