diff --git a/panda/src/androiddisplay/androidGraphicsWindow.cxx b/panda/src/androiddisplay/androidGraphicsWindow.cxx index 31cd4e23d6..1a91f21186 100644 --- a/panda/src/androiddisplay/androidGraphicsWindow.cxx +++ b/panda/src/androiddisplay/androidGraphicsWindow.cxx @@ -309,8 +309,6 @@ open_window() { _fb_properties = androidgsg->get_fb_properties(); - androiddisplay_cat.error() << "open_window done\n"; - return true; } @@ -366,7 +364,6 @@ create_surface() { // Create a context. if (androidgsg->_context == EGL_NO_CONTEXT) { - androiddisplay_cat.error() << "creating context\n"; if (!androidgsg->create_context()) { return false; }