remove leftover debug statement

This commit is contained in:
Felix Kauselmann 2015-02-23 14:15:53 +01:00
parent cd9adbb00a
commit 5ca0a424b9

View File

@ -13,7 +13,6 @@
YACReaderGLFlowConfigWidget::YACReaderGLFlowConfigWidget(QWidget * parent /* = 0 */) YACReaderGLFlowConfigWidget::YACReaderGLFlowConfigWidget(QWidget * parent /* = 0 */)
:QWidget(parent) :QWidget(parent)
{ {
qDebug() << "Surface:" << QSurfaceFormat().majorVersion();
QVBoxLayout * layout = new QVBoxLayout(this); QVBoxLayout * layout = new QVBoxLayout(this);
//PRESETS------------------------------------------------------------------ //PRESETS------------------------------------------------------------------