summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop.py b/desktop.py
index 97ef06551..fd2c8666c 100644
--- a/desktop.py
+++ b/desktop.py
@@ -43,11 +43,6 @@ class Desktop:
self.runlevel = 3
def write (self, instPath):
- #
- # XXX
- #
- return
-
try:
inittab = open (instPath + '/etc/inittab', 'r')
except IOError: