diff --git a/cat-db.py b/cat-db.py index e6941dd8..ac4925b7 100755 --- a/cat-db.py +++ b/cat-db.py @@ -7,7 +7,6 @@ import bsddb.dbshelve as shelve d = shelve.open( sys.argv[1] ) -#print 'list serial time, db size ', len(d) for (k, data) in d.iteritems(): print k, data