]> git.sesse.net Git - nageru/commitdiff
Remove some debugging.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 Nov 2015 00:44:14 +0000 (01:44 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 Nov 2015 00:44:14 +0000 (01:44 +0100)
glwidget.cpp

index a309240e342dd45488d19ba959fb66c0701b205b..f96484469008d4b63728d866709269dda2fd227d 100644 (file)
@@ -44,9 +44,6 @@ GLWidget::~GLWidget()
 
 void GLWidget::initializeGL()
 {
-       printf("egl context=%p\n", eglGetCurrentContext());
-       //printf("threads: %p %p\n", QThread::currentThread(), qGuiApp->thread());
-
        static std::once_flag flag;
        std::call_once(flag, [this]{
                global_mixer = new Mixer(QGLFormat::toSurfaceFormat(format()), global_flags.num_cards);