mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +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):
|
def __init__(self, filename):
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
import os
|
import os
|
||||||
print(repr(os.getcwd()))
|
|
||||||
self.fd = open(filename, 'rb')
|
self.fd = open(filename, 'rb')
|
||||||
self.loop = 0
|
self.loop = 0
|
||||||
self.khash = 0
|
self.khash = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user