summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dispatch.py b/dispatch.py
index 868511ca5..5967fe38b 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,9 +58,6 @@ log = logging.getLogger("anaconda")
# All install steps take the anaconda object as their sole argument. This
# gets passed in when we call the function.
installSteps = [
- ("networkdevicecheck", networkDeviceCheck, ),
- ("network", ),
-
("welcome", ),
("betanag", betaNagScreen, ),
("language", ),