summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-31 14:43:21 +0000
committerErik Troan <ewt@redhat.com>1999-08-31 14:43:21 +0000
commit072e7b849cfc9819b2821535b73c2bfa3be33dde (patch)
tree1f048b2e40e38321a8e701496ef8cab4084f6aea /text.py
parent7171cb333cc39abac808fa45b6745cbf6ef02fc4 (diff)
downloadanaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.tar.gz
anaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.tar.xz
anaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.zip
removed debug step
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.py b/text.py
index fe2d977bd..7400a3a61 100644
--- a/text.py
+++ b/text.py
@@ -1421,8 +1421,6 @@ class InstallInterface:
]
self.installSteps = [
- [_("User Account Setup"), UsersWindow,
- (self.screen, todo), "accounts" ],
[_("Partition"), PartitionWindow, (self.screen, todo),
"partition" ],
[_("Filesystem Formatting"), FormatWindow, (self.screen, todo),