diff --git a/examples/DecodeOnGPU/main.cpp b/examples/DecodeOnGPU/main.cpp index f286efc2..3826543d 100644 --- a/examples/DecodeOnGPU/main.cpp +++ b/examples/DecodeOnGPU/main.cpp @@ -133,16 +133,12 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } - std::cout << shader->log().toStdString() << std::endl; - if (!shader->addShaderFromSourceFile(QGLShader::Fragment, ":/decode.frag")) { std::cerr << shader->log().toStdString() << std::endl; exit(EXIT_FAILURE); } - std::cout << shader->log().toStdString() << std::endl; - openGLWidget.setShader(shader); //Create an empty volume and then place a sphere in it