remove a debug printf

This commit is contained in:
Erwin Coumans
2017-09-13 13:48:37 -07:00
parent 941ffa2005
commit 6942a9f8ef

View File

@@ -29,7 +29,6 @@ static OpenGLExampleBrowser* sExampleBrowser=0;
#include <unistd.h> #include <unistd.h>
static void cleanup(int signo) static void cleanup(int signo)
{ {
printf("SIG cleanup: %d\n", signo);
if (interrupted) { // this is the second time, we're hanging somewhere if (interrupted) { // this is the second time, we're hanging somewhere
// if (example) { // if (example) {