summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
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