diff --git a/files.py b/files.py index 39ca4f7..73569af 100644 --- a/files.py +++ b/files.py @@ -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 == '':