diff --git a/webfinger.py b/webfinger.py
index 0d45fe60..5e47772c 100644
--- a/webfinger.py
+++ b/webfinger.py
@@ -149,20 +149,6 @@ def webfingerMeta(httpPrefix: str,domainFull: str) -> str:
"" \
""
-
-
-"" \
- "" \
- "" \
- ""+domainFull+"" \
- "" \
- "" \
- " Resource Descriptor" \
- " " \
- ""
-
def webfingerLookup(path: str,baseDir: str,port: int,debug: bool) -> {}:
"""Lookup the webfinger endpoint for an account
"""