diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-25 20:34:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-25 20:34:10 +0000 |
commit | 158c31c9dee68ed63a7cc509999bcd1ee463a1cf (patch) | |
tree | f59ce23baa5fa630cf74cdc8945c8ee3487141af | |
parent | 3f837d846ea8c41e7220a3cb9645f337aeaed0e4 (diff) | |
download | anaconda-158c31c9dee68ed63a7cc509999bcd1ee463a1cf.tar.gz anaconda-158c31c9dee68ed63a7cc509999bcd1ee463a1cf.tar.xz anaconda-158c31c9dee68ed63a7cc509999bcd1ee463a1cf.zip |
no debug
-rw-r--r-- | xf86config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index 6e08272f9..0f7326c93 100644 --- a/xf86config.py +++ b/xf86config.py @@ -35,7 +35,6 @@ class XF86Config: self.keyOptions = "" def setKeyboard (self, rules, model, layout, variant, options): - print self, rules, model, layout, variant, options self.keyRules = rules self.keyModel = model self.keyLayout = layout |