diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-31 14:43:21 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-31 14:43:21 +0000 |
commit | 072e7b849cfc9819b2821535b73c2bfa3be33dde (patch) | |
tree | 1f048b2e40e38321a8e701496ef8cab4084f6aea /text.py | |
parent | 7171cb333cc39abac808fa45b6745cbf6ef02fc4 (diff) | |
download | anaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.tar.gz anaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.tar.xz anaconda-072e7b849cfc9819b2821535b73c2bfa3be33dde.zip |
removed debug step
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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), |