remove debug

This commit is contained in:
2023-01-12 16:48:17 +11:00
parent ef9f26189a
commit af3adeee8b

View File

@@ -803,7 +803,6 @@ def GetExistingPathsAsDiv(dt):
ret='[ '
first_dir=1
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
# regardless, it cant be used for a existpath button in the F/E, ignore it
if dir.rel_path == '':