diff --git a/kbdupdater b/kbdupdater
index 2a17dc8fb60d7a1a6f41256d0b43b14106a3009a..506913659fff27218a27c8876f6c4b27be8ffce5 100755
--- a/kbdupdater
+++ b/kbdupdater
@@ -26,7 +26,7 @@ CC=""
 # Get and parse the current country code
 CC=`gdbus introspect --system --dest $DEST --object-path $OBJ_PATH --only-properties | grep "$KEY =" | awk -F"'" '{print $2}'`
 
-logger "kbdupdater: Country code=$CC"
+#logger "kbdupdater: Country code=$CC"
 
 # Look for a template
 if [ ! -e "$SQUEEKBOARD_LAYOUT_PATH/$CC+$TERMINAL_LAYOUT" ]; then