diff --git a/src/paperless/checks.py b/src/paperless/checks.py index 1e74b30a9..1329ad679 100644 --- a/src/paperless/checks.py +++ b/src/paperless/checks.py @@ -15,7 +15,6 @@ writeable_hint = ( def path_check(var, directory): messages = [] - print(directory) if directory: if not os.path.exists(directory): messages.append(Error(