mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
e6fbee9ca8
commit
187a2b9dd5
|
@ -11094,10 +11094,6 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
return True
|
||||
|
||||
def do_GET(self):
|
||||
if self.headers.get('Signature'):
|
||||
print('Signed HTTP GET: path: ' + self.path + ', ' +
|
||||
str(self.headers).replace('\n', ', '))
|
||||
|
||||
callingDomain = self.server.domainFull
|
||||
if self.headers.get('Host'):
|
||||
callingDomain = decodedHost(self.headers['Host'])
|
||||
|
|
Loading…
Reference in New Issue