androiddisplay: remove error messages leftover from debugging

This commit is contained in:
rdb 2018-03-08 11:38:52 +01:00
parent b0b32b9d6a
commit 15f6ed1ba2

View File

@ -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;
}