summaryrefslogtreecommitdiff
path: root/monitor/josef_leveldb.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/josef_leveldb.py')
-rwxr-xr-xmonitor/josef_leveldb.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/monitor/josef_leveldb.py b/monitor/josef_leveldb.py
index 7d6104c..ac96211 100755
--- a/monitor/josef_leveldb.py
+++ b/monitor/josef_leveldb.py
@@ -69,11 +69,7 @@ def db_add_domain(db, domain, data):
next_k = item + '.' + k
db_append(db, k, next_k)
k = next_k
- # db.Delete(k)
- # print "Got ", db.Get(k)
- # print "Put-ing", data
db_append(db, k, data)
- # print "Got ", db.Get(k)
def db_add_certs(db, data):