mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:42:43 +00:00 
			
		
		
		
	WindowServer: Remove debug spam about menu creation
This commit is contained in:
		
							parent
							
								
									790a27a444
								
							
						
					
					
						commit
						0e34b7d65e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -96,7 +96,6 @@ OwnPtr<WindowServer::CreateMenuResponse> WSClientConnection::handle(const Window | |||
|     int menu_id = m_next_menu_id++; | ||||
|     auto menu = WSMenu::construct(this, menu_id, message.menu_title()); | ||||
|     m_menus.set(menu_id, move(menu)); | ||||
|     dbg() << "Created menu ID " << menu_id << " (" << message.menu_title() << ")"; | ||||
|     return make<WindowServer::CreateMenuResponse>(menu_id); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling