refactor: remove unnecessary comments from get_post_title function

This commit is contained in:
Vxrtrauter
2025-10-09 14:33:51 +02:00
parent 26b091319b
commit 70035cc255
+1 -4
View File
@@ -88,7 +88,4 @@ def get_post_title(post_url, debug):
# What x and x.startswith('magnet:') Does
# x - check if x exists (not None/empty)
# and - if x exists, THEN check the next part
# x.startswith('magnet:') - does x start with "magnet:"?