Merge "Revert "Add description to needs_update calculations""

This commit is contained in:
Jenkins 2017-09-22 15:13:15 +00:00 committed by Gerrit Code Review
commit e8da5932e1
1 changed files with 0 additions and 2 deletions

View File

@ -261,8 +261,6 @@ def create_update_github_project(
needs_update = True
if cache.get('has_wiki', default_has_wiki) != has_wiki:
needs_update = True
if cache.get('description') != description:
needs_update = True
if not needs_update:
return False