remove debug
This commit is contained in:
1
files.py
1
files.py
@@ -803,7 +803,6 @@ def GetExistingPathsAsDiv(dt):
|
|||||||
ret='[ '
|
ret='[ '
|
||||||
first_dir=1
|
first_dir=1
|
||||||
for dir in dirs:
|
for dir in dirs:
|
||||||
print(dir)
|
|
||||||
# this can occur if there is a file with this date name in the top-levle of the path, its legit, but only really happens in DEV
|
# this can occur if there is a file with this date name in the top-levle of the path, its legit, but only really happens in DEV
|
||||||
# regardless, it cant be used for a existpath button in the F/E, ignore it
|
# regardless, it cant be used for a existpath button in the F/E, ignore it
|
||||||
if dir.rel_path == '':
|
if dir.rel_path == '':
|
||||||
|
|||||||
Reference in New Issue
Block a user