mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
remove debug output
This commit is contained in:
parent
900c67b409
commit
7852b4291d
@ -162,9 +162,6 @@ open_window(const WindowProperties &props, GraphicsEngine *engine,
|
||||
FrameBufferProperties::get_default(),
|
||||
props, GraphicsPipe::BF_require_window,
|
||||
gsg, NULL);
|
||||
framework_cat.info()
|
||||
<< "winout = " << winout << "\n";
|
||||
|
||||
if (winout != (GraphicsOutput *)NULL) {
|
||||
_window = DCAST(GraphicsWindow, winout);
|
||||
_window->request_properties(props);
|
||||
|
Loading…
x
Reference in New Issue
Block a user