Remove accidentally pushed debugging logs (#5029)

This commit is contained in:
James Rowe 2019-12-17 03:13:47 -07:00 committed by Tobias
parent 439d550850
commit 1d14b98f81

View file

@ -107,11 +107,6 @@ OpenGLWindow::OpenGLWindow(QWindow* parent, QWidget* event_handler, QOpenGLConte
context->setFormat(format);
context->create();
LOG_WARNING(Frontend, "OpenGLWindow context format Interval {}",
context->format().swapInterval());
LOG_WARNING(Frontend, "OpenGLWindow surface format interval {}", this->format().swapInterval());
setSurfaceType(QWindow::OpenGLSurface);
// TODO: One of these flags might be interesting: WA_OpaquePaintEvent, WA_NoBackground,