diff --git a/patch/fix-jwkest-jwt-loggin.patch b/patch/fix-jwkest-jwt-loggin.patch deleted file mode 100644 index 0356f1de4..000000000 --- a/patch/fix-jwkest-jwt-loggin.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- jwkest/jwt.py.orig 2020-06-06 17:58:07.609708595 +0200 -+++ jwkest/jwt.py 2020-06-06 17:58:20.734088027 +0200 -@@ -82,7 +82,7 @@ - else: - headers = {'alg': 'none'} - -- logging.debug('JWT header: {}'.format(headers)) -+ logger.debug('JWT header: {}'.format(headers)) - - if not parts: - return ".".join([a.decode() for a in self.b64part]) -