diff --git a/oxo.py b/oxo.py index fc4143d..91670ad 100644 --- a/oxo.py +++ b/oxo.py @@ -130,7 +130,6 @@ def files( use. """ - print(f"{token_cache_dir=}") if token_cache_dir: token_dir = Path(token_cache_dir).expanduser().resolve() if not token_dir.is_dir():