summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-25 22:21:30 +0000
committerMatt Wilson <msw@redhat.com>1999-09-25 22:21:30 +0000
commit316f910899da648a2015de58369c5d010f00a250 (patch)
treeed4140d6f4b39403fa294e2fcc3b1207bf54953b /installclass.py
parent158c31c9dee68ed63a7cc509999bcd1ee463a1cf (diff)
downloadanaconda-316f910899da648a2015de58369c5d010f00a250.tar.gz
anaconda-316f910899da648a2015de58369c5d010f00a250.tar.xz
anaconda-316f910899da648a2015de58369c5d010f00a250.zip
fix for text mode NIS, remove deugger on <Ctrl+Z>, remove debugging line in installclass
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index ecd7672fe..b750db555 100644
--- a/installclass.py
+++ b/installclass.py
@@ -174,7 +174,6 @@ class InstallClass:
self.language = lang
def setKeyboard(self, kb):
- print "set", kb
self.keyboard = kb
def setPostScript(self, postScript, inChroot = 1):