Removed redundant log line.

This commit is contained in:
Andreas Backx 2020-12-25 23:31:29 +00:00
parent e5684c6127
commit 3fbbbf8541
No known key found for this signature in database
GPG Key ID: ADF0CBF83905D7B4
1 changed files with 0 additions and 4 deletions

View File

@ -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;