From af3adeee8b64138e774c208be692fd9f0c292086 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 12 Jan 2023 16:48:17 +1100 Subject: [PATCH] remove debug --- files.py | 1 - 1 file changed, 1 deletion(-) 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 == '':