Remove accidentally pushed debugging logs (#5029)
This commit is contained in:
parent
439d550850
commit
1d14b98f81
1 changed files with 0 additions and 5 deletions
|
@ -107,11 +107,6 @@ OpenGLWindow::OpenGLWindow(QWindow* parent, QWidget* event_handler, QOpenGLConte
|
||||||
context->setFormat(format);
|
context->setFormat(format);
|
||||||
context->create();
|
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);
|
setSurfaceType(QWindow::OpenGLSurface);
|
||||||
|
|
||||||
// TODO: One of these flags might be interesting: WA_OpaquePaintEvent, WA_NoBackground,
|
// TODO: One of these flags might be interesting: WA_OpaquePaintEvent, WA_NoBackground,
|
||||||
|
|
Loading…
Reference in a new issue