Merge "Revert "Add description to needs_update calculations""
diff --git a/jeepyb/cmd/manage_projects.py b/jeepyb/cmd/manage_projects.py
index 603edea..7d85e95 100644
--- a/jeepyb/cmd/manage_projects.py
+++ b/jeepyb/cmd/manage_projects.py
@@ -261,8 +261,6 @@
         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