remove a debug printf
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user