mirror of
https://github.com/citra-emu/citra.git
synced 2024-12-18 14:00:05 +00:00
Remove accidentally pushed debugging logs (#5029)
This commit is contained in:
parent
439d550850
commit
1d14b98f81
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user