fix(detect): remove noisy log. Fix #961

This commit is contained in:
Federico Terzi 2022-02-13 19:34:47 +01:00
parent dcea6fa178
commit ec24100260

View File

@ -37,7 +37,6 @@ pub fn get_active_layout() -> Option<String> {
if gnome::is_gnome() {
gnome::get_active_layout()
} else {
log::warn!("unable to determine the currently active layout, you might need to explicitly specify the layout in the config for espanso to work correctly.");
None
}
}