eglfs_kms: Remove useless log entry for each QOffscreenSurface
Task-number: QTBUG-62262 Change-Id: Id5225737f619d3f0d980e8b67de92f30dc62e8a6 Reviewed-by: Andy Nichols <andy.nichols@qt.io>bb10
parent
091fd6e524
commit
06b360c65f
|
|
@ -105,7 +105,6 @@ EGLNativeWindowType QEglFSKmsGbmIntegration::createNativeOffscreenWindow(const Q
|
|||
Q_UNUSED(format);
|
||||
Q_ASSERT(device());
|
||||
|
||||
qCDebug(qLcEglfsKmsDebug) << "Creating native off screen window";
|
||||
gbm_surface *surface = gbm_surface_create(static_cast<QEglFSKmsGbmDevice *>(device())->gbmDevice(),
|
||||
1, 1,
|
||||
GBM_FORMAT_XRGB8888,
|
||||
|
|
|
|||
Loading…
Reference in New Issue