From 2a2ce6ada16530da66d4ee4bc1220a0d9944c8bd Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 12 Aug 2016 11:19:05 -0700 Subject: [PATCH] export: Remove hard-to-maintain code comment. Subsequent changes are gonna make the top-down/bottom-up comment no longer valid. --- zerver/lib/export.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/zerver/lib/export.py b/zerver/lib/export.py index e3304d7013..454deb26f5 100644 --- a/zerver/lib/export.py +++ b/zerver/lib/export.py @@ -952,19 +952,6 @@ def export_single_user(user_profile, response): def get_single_user_config(): # type: () -> Config - ''' - Note that when we export a single user, we mostly traverse - the tables from the bottom up, whereas when we export a - whole realm, we go top down. - - An analogy would be if you're exporting a whole website, - you visit all the blogs in the Blog table, then you visit - all the Articles for the Blog, then you visit all their - Authors. But if you are exporting only one author, - you export the Author, then their Articles, then the Blogs - for their articles. - ''' - # zerver_userprofile user_profile_config = Config( table='zerver_userprofile',