Remove debug

main
Bob Mottram 2024-07-16 17:27:11 +01:00
parent f670c2e558
commit a9d4110a78
1 changed files with 0 additions and 1 deletions

View File

@ -515,7 +515,6 @@ def announce_seen(base_dir: str, nickname: str, domain: str,
if text_in_file(announce_id, seen_filename):
return False
print('DEBUG: post already seen ' + post_url)
return True