Wasm: remove debug output.
Change-Id: Ieb9c06203626854f9b7c561563c3261510230803 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>bb10
parent
64e8e69d25
commit
a4767bb9e0
|
|
@ -53,7 +53,6 @@ QWasmWindow::QWasmWindow(QWindow *w, QWasmCompositor *compositor, QWasmBackingSt
|
|||
m_needsCompositor = w->surfaceType() != QSurface::OpenGLSurface;
|
||||
static int serialNo = 0;
|
||||
m_winid = ++serialNo;
|
||||
qWarning("QWasmWindow %p: %p 0x%x\n", this, w, uint(m_winid));
|
||||
|
||||
m_compositor->addWindow(this);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue