From: Steinar H. Gunderson Date: Mon, 2 Nov 2015 00:44:14 +0000 (+0100) Subject: Remove some debugging. X-Git-Tag: 1.0.0~176 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5b086435ee655e035d5b51dda40d4f5f62a5de26;p=nageru Remove some debugging. --- diff --git a/glwidget.cpp b/glwidget.cpp index a309240..f964844 100644 --- a/glwidget.cpp +++ b/glwidget.cpp @@ -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);