mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
cdb: Remove debug output.
This commit is contained in:
parent
28536f0528
commit
5461785ee2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user