removed debug, moved limit to runtask instead section

This commit is contained in:
Brian Coca 2015-06-09 17:32:34 -04:00
commit 845d564d89
2 changed files with 2 additions and 4 deletions

View file

@ -144,8 +144,6 @@ class PullCLI(CLI):
self.display.display("Sleeping for %d seconds..." % self.options.sleep)
time.sleep(self.options.sleep);
import q
q(cmd)
# RUN the Checkout command
rc, out, err = run_cmd(cmd, live=True)