gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

6219a574433a2c3c4943b190b6d29593feafad6a - Matthew Ernisse - 1614709907

whoops, debugpirnt

view tree

view raw

diff --git a/cgi-bin/gmicgi/__init__.py b/cgi-bin/gmicgi/__init__.py
index d54e1b3..13e6f1b 100755
--- a/cgi-bin/gmicgi/__init__.py
+++ b/cgi-bin/gmicgi/__init__.py
@@ -130,7 +130,6 @@ class GeminiCGI(object):
 	def certificate_required(self, f):
 		''' Return a 61 if a certificate isn't presented. '''
 		def decorator():
-			print(f)
 			if not self.client_cert:
 				return self.Response.NeedCert()