Skip to content

Commit

Permalink
removed some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Jun 3, 2012
1 parent e61fe0d commit fa6dc4c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions bin/moa
Original file line number Diff line number Diff line change
Expand Up @@ -170,30 +170,6 @@ def run_3(wd, exitOnError=True):
sysConf.pluginHandler.run("post%s" % command.capitalize(),
reverse=True)
sysConf.pluginHandler.run('finish', reverse=True)

# else:
# if not job.isMoa():
# if exitOnError:
# moa.ui.exitError("Must run 'moa %s' in a Moa dir" % command)
# else:
# return False

# if command == 'run':
# job.execute(
# verbose = sysConf.options.verbose,
# silent = sysConf.options.silent)
# elif command == 'prepare':
# job.prepare()
# elif command == 'finish':
# job.finish()
# elif job.hasCommand(command):
# job.simpleExecute(command)
# else:
# if exitOnError:
# moa.ui.exitError("Unknown command '%s'" % command)
# else:
# moa.ui.warn("Unknown command '%s'" % command)
# return False


def run_recursive(wd):
Expand Down

0 comments on commit fa6dc4c

Please sign in to comment.