diff --git a/panda/src/x11display/x11GraphicsWindow.cxx b/panda/src/x11display/x11GraphicsWindow.cxx index cd862cde05..4b48be65cb 100644 --- a/panda/src/x11display/x11GraphicsWindow.cxx +++ b/panda/src/x11display/x11GraphicsWindow.cxx @@ -921,7 +921,6 @@ open_window() { } } - cerr << "cursor_filename = " << _properties.get_cursor_filename() << "\n"; if (_properties.get_cursor_hidden()) { XDefineCursor(_display, _xwindow, x11_pipe->get_hidden_cursor());