Browse Source

androiddisplay: remove error messages leftover from debugging

rdb 7 years ago
parent
commit
15f6ed1ba2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/androiddisplay/androidGraphicsWindow.cxx

+ 0 - 3
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;
     }