utils.py: Remove unnecessary debugging print
This commit is contained in:
parent
32c78544f9
commit
f8b2cc4529
1
util.py
1
util.py
@ -60,7 +60,6 @@ class Dir(object):
|
|||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
self.name = os.path.basename(path.strip('/'))
|
self.name = os.path.basename(path.strip('/'))
|
||||||
self.fullpath = path
|
self.fullpath = path
|
||||||
print(self.name, self.fullpath)
|
|
||||||
self.subdirs = {}
|
self.subdirs = {}
|
||||||
self.files = []
|
self.files = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user