diff --git a/daemon.py b/daemon.py index c215c8c89..b5349c621 100644 --- a/daemon.py +++ b/daemon.py @@ -4566,10 +4566,6 @@ class PubServer(BaseHTTPRequestHandler): else: if checkNameAndBio: redirectPath = 'previewAvatar' - else: - if actorJson['summary']: - actorJson['summary'] = '' - actorChanged = True adminNickname = \ getConfigParam(baseDir, 'admin')