Remove unneeded log messages from translator libraries

This commit is contained in:
Simon Fels 2017-02-22 17:05:37 +01:00
commit 9646a5fbc3
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@ static GLESiface s_glesIface = {
extern "C" {
static void initGLESx() {
DBG("No special initialization necessary for GLES_CM\n");
return;
}

View file

@ -70,7 +70,6 @@ static GLESiface s_glesIface = {
extern "C" {
static void initGLESx() {
DBG("No special initialization necessary for GLES_V2\n");
return;
}