mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-01 00:12:42 +01:00 
			
		
		
		
	Removed redundant log line.
This commit is contained in:
		| @@ -144,10 +144,6 @@ void waybar::Client::handleOutputName(void *      data, struct zxdg_output_v1 * | ||||
|   auto client = waybar::Client::inst(); | ||||
|   try { | ||||
|     auto &output = client->getOutput(data); | ||||
|     spdlog::debug("Output detected with name: {} ({} {})", | ||||
|                   name, | ||||
|                   output.monitor->get_manufacturer(), | ||||
|                   output.monitor->get_model()); | ||||
|     output.name = name; | ||||
|   } catch (const std::exception &e) { | ||||
|     std::cerr << e.what() << std::endl; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andreas Backx
					Andreas Backx