From ed81c3245f4e94b131b6def8cafd81a7b8460ba1 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Mon, 31 Jan 2022 15:07:59 +0100 Subject: [PATCH] removing a forgotten print --- offpunk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/offpunk.py b/offpunk.py index 7c921df..f260002 100755 --- a/offpunk.py +++ b/offpunk.py @@ -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: