Remove an inappropriate log message

This commit is contained in:
Vlad Zahorodnii 2023-09-06 14:52:55 +03:00
parent 143fd1755a
commit 721c0ae334
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ void QWaylandLayerSurface::setKeyboardInteractivity(uint32_t interactivity)
void QWaylandLayerSurface::setLayer(uint32_t layer)
{
qDebug() << "wtfffffff" << layer << zwlr_layer_surface_v1_get_version(object()) << ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION;
if (zwlr_layer_surface_v1_get_version(object()) >= ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION)
set_layer(layer);
}