cdb: Remove debug output.

This commit is contained in:
Valentin Lorentz 2014-04-19 10:18:34 +02:00
parent 28536f0528
commit 5461785ee2
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ class Reader(utils.IterableMap):
def __init__(self, filename):
self.filename = filename
import os
print(repr(os.getcwd()))
self.fd = open(filename, 'rb')
self.loop = 0
self.khash = 0