Browse Source

remove debug printouts

David Rose 19 years ago
parent
commit
ce4de5f2af
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/osxdisplay/osxGraphicsWindow.cxx

+ 0 - 2
panda/src/osxdisplay/osxGraphicsWindow.cxx

@@ -480,7 +480,6 @@ ReleaseSystemResources() {
   }
   
   if (_pending_icon != NULL) {
-    cerr << "release pending icon\n";
     CGImageRelease(_pending_icon);
     _pending_icon = NULL;
   }
@@ -668,7 +667,6 @@ set_icon_filename(const Filename &icon_filename) {
   }
 
   if (_pending_icon != NULL) {
-    cerr << "release pending icon (reset)\n";
     CGImageRelease(_pending_icon);
     _pending_icon = NULL;
   }