summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/backend.py b/backend.py
index d0c4f42d2..181c0dc3d 100644
--- a/backend.py
+++ b/backend.py
@@ -148,18 +148,6 @@ class AnacondaBackend:
pass
instLog = open(instLogName, "w+")
- if upgrade:
- logname = '/root/upgrade.log'
- else:
- logname = '/root/install.log'
-
- instLogName = instPath + logname
- try:
- shutil.rmtree (instLogName)
- except OSError:
- pass
-
- self.instLog = open(instLogName, "w+")
# dont start syslogd if we arent creating filesystems
if flags.setupFilesystems: