emulator: opengl: remove debug traces.

You can still re-enable them by uncommenting one line in
development/tools/emulator/opengl/Android.mk

Change-Id: Ie0a640b6f3359b437aba40b124da0892defb00ef
This commit is contained in:
David 'Digit' Turner
2011-08-23 16:59:35 +02:00
parent cecb6a0e36
commit 47cbdfb291
4 changed files with 17 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ int RenderServer::Main()
// insert the added thread to the list
threads.insert(rt);
printf("Started new RenderThread\n");
DBG("Started new RenderThread\n");
}
//