Remove debug info

master3.3
Mike Hiretsky 12 years ago
parent 47ff6fdc83
commit a43aa49f87

@ -34,9 +34,7 @@ class VariableAcInstallMerge(ActionVariable):
self.Get('os_install_pxe') == 'off' and \
self.Get('cl_live') == 'off' or \
cl_action in ("sync",) and self.Get('cl_merge_pkg'):
print "ON"
return "on"
print "OFF"
return "off"
class VariableAcInstallLive(ActionVariable):

Loading…
Cancel
Save