Remove debug code

This commit is contained in:
Ivan Kravets
2016-11-16 17:32:49 +02:00
parent 3b71cdc75e
commit 5c38cb98fa

View File

@ -112,8 +112,7 @@ def cli(ctx, environment, target, upload_port, project_dir, silent, verbose,
click.echo()
print_summary(results, start_time)
if any([status is False for _, status in results]):
print 90
if any([status is False for (_, status) in results]):
raise exception.ReturnErrorCode(1)
return True