Remove unused setup command

This commit is contained in:
Steven Silvester 2016-02-25 09:39:58 -06:00
parent 80db07a5e2
commit d09cc9f5ed

View File

@ -527,7 +527,6 @@ def css_js_prerelease(command, strict=False):
try:
self.distribution.run_command('css')
self.distribution.run_command('js')
self.distribution.run_command('lab')
except Exception as e:
# refresh missing
missing = [ t for t in targets if not os.path.exists(t) ]