Remove debug

main
Bob Mottram 2022-12-28 19:06:39 +00:00
parent 0b43a52def
commit 3986a7044e
1 changed files with 0 additions and 1 deletions

View File

@ -9708,7 +9708,6 @@ class PubServer(BaseHTTPRequestHandler):
return
like_actor = \
local_actor_url(http_prefix, self.post_to_nickname, domain_full)
print('actor_liked path: ' + path)
actor_liked = path.split('?actor=')[1]
if '?' in actor_liked:
actor_liked = actor_liked.split('?')[0]