Browse Source

whoops, forgot to remove debug output

David Rose 14 years ago
parent
commit
dad8b88c62
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/windisplay/winGraphicsWindow.cxx

+ 0 - 1
panda/src/windisplay/winGraphicsWindow.cxx

@@ -1002,7 +1002,6 @@ open_graphic_window(bool fullscreen) {
   }
 
   if (!_hparent) { // This can be a regular window or a fullscreen window
-    cerr << "wclass is " << wclass._name << ", title is + " << title << "\n";
     _hWnd = CreateWindowW(wclass._name.c_str(), title.c_str(), window_style, 
                           metrics.x, metrics.y,
                           metrics.width,