mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
avatar migration: Remove now-unnecessary debugging print.
This commit is contained in:
@@ -30,7 +30,6 @@ def move_local_file(type, path_src, path_dst):
|
|||||||
src_file_path = os.path.join(settings.LOCAL_UPLOADS_DIR, type, path_src)
|
src_file_path = os.path.join(settings.LOCAL_UPLOADS_DIR, type, path_src)
|
||||||
dst_file_path = os.path.join(settings.LOCAL_UPLOADS_DIR, type, path_dst)
|
dst_file_path = os.path.join(settings.LOCAL_UPLOADS_DIR, type, path_dst)
|
||||||
if os.path.exists(dst_file_path):
|
if os.path.exists(dst_file_path):
|
||||||
print("Skipping already migrated %s" % (dst_file_path,))
|
|
||||||
return
|
return
|
||||||
if not os.path.exists(src_file_path):
|
if not os.path.exists(src_file_path):
|
||||||
# This is likely caused by a user having previously changed their email
|
# This is likely caused by a user having previously changed their email
|
||||||
|
|||||||
Reference in New Issue
Block a user