summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-05 17:24:13 +0000
committerMatt Wilson <msw@redhat.com>2001-02-05 17:24:13 +0000
commita2a6ab9c61f40ec4531e5f198973056b9270e93b (patch)
tree1118427ccd73ecfd874680d246ebdecfa4d6d59b /iutil.py
parente0d74108f1e0887710846d7f6592669157799424 (diff)
downloadanaconda-a2a6ab9c61f40ec4531e5f198973056b9270e93b.tar.gz
anaconda-a2a6ab9c61f40ec4531e5f198973056b9270e93b.tar.xz
anaconda-a2a6ab9c61f40ec4531e5f198973056b9270e93b.zip
nuke bogus printouts
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iutil.py b/iutil.py
index 200623cc4..8fe29c2ad 100644
--- a/iutil.py
+++ b/iutil.py
@@ -8,7 +8,6 @@ def setMemoryOverhead(amount):
global memoryOverhead
memoryOverhead = amount
- print memoryOverhead
def getArch ():
arch = os.uname ()[4]
@@ -184,7 +183,6 @@ def memInstalled(corrected = 1):
except:
mem = 2097151
- print corrected, memoryOverhead
if corrected:
mem = mem - memoryOverhead