From 6942a9f8ef669867d9434027015c9f775e5d167a Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 13 Sep 2017 13:48:37 -0700 Subject: [PATCH] remove a debug printf --- examples/ExampleBrowser/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ExampleBrowser/main.cpp b/examples/ExampleBrowser/main.cpp index 180f94a77..07c168309 100644 --- a/examples/ExampleBrowser/main.cpp +++ b/examples/ExampleBrowser/main.cpp @@ -29,7 +29,6 @@ static OpenGLExampleBrowser* sExampleBrowser=0; #include static void cleanup(int signo) { -printf("SIG cleanup: %d\n", signo); if (interrupted) { // this is the second time, we're hanging somewhere // if (example) {