removing a forgotten print

This commit is contained in:
Lionel Dricot 2022-01-31 15:07:59 +01:00
parent d572f17903
commit ed81c3245f
1 changed files with 0 additions and 1 deletions

View File

@ -740,7 +740,6 @@ class GeminiItem():
A thin wrapper around urlunparse which avoids inserting standard ports
into URLs just to keep things clean.
"""
print("Derive :",self.host)
if not self.port or self.port == standard_ports[self.scheme] :
host = self.host
else: