summaryrefslogtreecommitdiff
path: root/monitor/josef_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/josef_lib.py')
-rw-r--r--monitor/josef_lib.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/monitor/josef_lib.py b/monitor/josef_lib.py
index 61b315e..7eca306 100644
--- a/monitor/josef_lib.py
+++ b/monitor/josef_lib.py
@@ -22,16 +22,6 @@ from Crypto.Hash import SHA256
import Crypto.PublicKey.RSA as RSA
from Crypto.Signature import PKCS1_v1_5
-# def read_sth(fn):
-# try:
-# f = open(fn)
-# except IOError, e:
-# if e.errno == errno.ENOENT:
-# return None
-# raise e
-# return json.loads(f.read())
-
-
def check_domain_all(raw_entry, log=None):
orig_entry = extract_original_entry(raw_entry)
try: