]> git.sesse.net Git - nageru/commitdiff
Remove a debug output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 17:54:22 +0000 (18:54 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Oct 2015 17:54:22 +0000 (18:54 +0100)
mixer.cpp

index 67559f9f352be2515e2ed8078e68f493e352556b..28cbed780bd09ec8a84bd8740c556228ed0ab60c 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -117,7 +117,6 @@ Mixer::Mixer(const QSurfaceFormat &format)
                                        printf("failed to create bmusb context\n");
                                        exit(1);
                                }
-                               printf("inited!\n");
                        },
                        [this]{
                                resource_pool->clean_context();