From 2fedd8217d60a6e3c1620bc303245e3d2c0c7544 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 14 Jun 2006 14:29:26 +0000 Subject: 2006-06-14 Jeremy Katz * dispatch.py (installSteps): That wasn't supposed to be committed... --- dispatch.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'dispatch.py') 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", ), -- cgit