Remove an inappropriate log message
This commit is contained in:
		
							parent
							
								
									143fd1755a
								
							
						
					
					
						commit
						721c0ae334
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -136,7 +136,6 @@ void QWaylandLayerSurface::setKeyboardInteractivity(uint32_t interactivity)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void QWaylandLayerSurface::setLayer(uint32_t layer)
 | 
					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)
 | 
					    if (zwlr_layer_surface_v1_get_version(object()) >= ZWLR_LAYER_SURFACE_V1_SET_LAYER_SINCE_VERSION)
 | 
				
			||||||
        set_layer(layer);
 | 
					        set_layer(layer);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue