diff --git a/espanso-detect/src/layout/mod.rs b/espanso-detect/src/layout/mod.rs index 0215529..83480df 100644 --- a/espanso-detect/src/layout/mod.rs +++ b/espanso-detect/src/layout/mod.rs @@ -37,7 +37,6 @@ pub fn get_active_layout() -> Option { 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 } }