Revert "Add description to needs_update calculations"

This reverts commit f12da78132.

Change-Id: I0bdd154deea16f345f3ba1aed15c419393bb6d93
This commit is contained in:
Monty Taylor 2017-09-22 05:53:27 -05:00
parent fd35ff1cdb
commit 858dc72bf7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
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