fix(detect): remove noisy log. Fix #961
This commit is contained in:
parent
dcea6fa178
commit
ec24100260
|
@ -37,7 +37,6 @@ pub fn get_active_layout() -> Option<String> {
|
||||||
if gnome::is_gnome() {
|
if gnome::is_gnome() {
|
||||||
gnome::get_active_layout()
|
gnome::get_active_layout()
|
||||||
} else {
|
} 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
|
None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user