Remove extra writing of description

This snuck in via bad merge resolution.

Change-Id: If2a737580f7cca16a9e8889d1850657a5ab61490
This commit is contained in:
Monty Taylor 2017-09-21 11:23:54 -05:00
parent b5c5734b6e
commit fd35ff1cdb
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ def main():
cgit_file.write('\n')
cgit_file.write('repo.url=%s/%s\n' % (org, name))
cgit_file.write('repo.path=%s/\n' % (project_repo))
cgit_file.write('repo.desc=%s\n' % (description))
cgit_file.write(
'repo.desc=%s\n' % (clean_string(description)))
if not os.path.exists(project_repo):