export: Remove hard-to-maintain code comment.

Subsequent changes are gonna make the top-down/bottom-up comment
no longer valid.
This commit is contained in:
Steve Howell 2016-08-12 11:19:05 -07:00 committed by Tim Abbott
parent fd77585a8c
commit 2a2ce6ada1
1 changed files with 0 additions and 13 deletions

View File

@ -952,19 +952,6 @@ def export_single_user(user_profile, response):
def get_single_user_config(): def get_single_user_config():
# type: () -> 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 # zerver_userprofile
user_profile_config = Config( user_profile_config = Config(
table='zerver_userprofile', table='zerver_userprofile',