From 4aa692e21dc5771f0f3be8e8a13351ae7cdb4964 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 31 Jul 2021 17:40:27 +0100 Subject: [PATCH] Remove test --- daemon.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/daemon.py b/daemon.py index 60827c6c5..37582e1e3 100644 --- a/daemon.py +++ b/daemon.py @@ -9905,13 +9905,6 @@ class PubServer(BaseHTTPRequestHandler): 'show profile posts') else: if self._fetchAuthenticated(): - # TODO this is a test - del actorJson['hasOccupation'] - del actorJson['shares'] - del actorJson['orgSchema'] - del actorJson['availability'] - del actorJson['occupationName'] - del actorJson['tts'] msgStr = json.dumps(actorJson, ensure_ascii=False) msg = msgStr.encode('utf-8') msglen = len(msg)