mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
androiddisplay: remove error messages leftover from debugging
This commit is contained in:
parent
b0b32b9d6a
commit
15f6ed1ba2
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user