Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d881793 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

oops forgot to remove a LOGD when loading an opengl driver

parent 4e8bdce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks)
                }
            }
            if (f == NULL) {
                LOGD("%s", name);
                //LOGD("%s", name);
                f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
            }
            *curr++ = f;