summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-13 00:37:30 +0000
committerbfox <bfox>2000-12-13 00:37:30 +0000
commit55da22caf2fd2cc035c3d03e7a3aacdb4eed6c84 (patch)
tree6321824c154100623d337995f0360ed4efd7b466 /kbd.py
parent9d92003a51740d02955813f96663f8ffec7c1106 (diff)
downloadanaconda-55da22caf2fd2cc035c3d03e7a3aacdb4eed6c84.tar.gz
anaconda-55da22caf2fd2cc035c3d03e7a3aacdb4eed6c84.tar.xz
anaconda-55da22caf2fd2cc035c3d03e7a3aacdb4eed6c84.zip
Removed print statement
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kbd.py b/kbd.py
index bfdfa0de3..c5ad73a03 100644
--- a/kbd.py
+++ b/kbd.py
@@ -226,7 +226,6 @@ class Keyboard (SimpleConfigFile):
def set (self, keytable):
if self.type != "Serial":
- log ("Inside kbd.py %s", keytable)
self.info["KEYTABLE"] = keytable
def setfromx (self, model, layout, variant):