summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 06:18:55 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 06:18:55 +0000
commitc6db89cdc3f5ed56c79635935507047d646fb9e0 (patch)
treeeeacfed4839478d65ae8992033400aef4d17e6fa /anaconda
parentb8ef068bd68d2e2b4f6606b49f9b624060985ce2 (diff)
downloadanaconda-c6db89cdc3f5ed56c79635935507047d646fb9e0.tar.gz
anaconda-c6db89cdc3f5ed56c79635935507047d646fb9e0.tar.xz
anaconda-c6db89cdc3f5ed56c79635935507047d646fb9e0.zip
remove debugging info
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 0 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index 09c1e41a9..5f953f66e 100755
--- a/anaconda
+++ b/anaconda
@@ -137,9 +137,7 @@ else:
print "unknown install method:", method
sys.exit(1)
-print "INSTANTIATE interface..."
intf = InstallInterface()
-print "INSTANTIATE interface DONE"
# set the default actions
installPackages = 1
@@ -155,7 +153,6 @@ if forceMount:
setupFilesystems = 1
try:
- print "todo.init"
todo = ToDo(intf, method, rootPath, installSystem = installPackages,
setupFilesystems = setupFilesystems, mouse = mouseInfo)
intf.run(todo)