Removed a line as per review

This commit is contained in:
Jenny Tam 2018-01-24 14:08:44 -08:00
parent 360b964c77
commit e921665115

View file

@ -271,7 +271,6 @@ if __name__ == '__main__':
answer = input("Download source from a GitHub repo? [y/n]: ")
if answer == 'yes' or answer == 'y' or answer == '':
# download = True
repo = input("Name of the repo (hit enter for 'Microsoft'): ")
branch = input("Name of the branch (hit enter for 'dev'): ")
if repo == '':