Wasm: remove debug output.

Change-Id: Ieb9c06203626854f9b7c561563c3261510230803
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
bb10
Morten Johan Sørvig 2018-10-21 22:13:34 +02:00
parent 64e8e69d25
commit a4767bb9e0
1 changed files with 0 additions and 1 deletions

View File

@ -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);