From 0cec2226b4486bce52e9e0a5323be7db60b75881 Mon Sep 17 00:00:00 2001 From: James Downie Date: Tue, 1 Jul 2025 13:53:26 +1000 Subject: [PATCH] Lazy commit on scruffy. --- jdownie/repo/repo | 1 - 1 file changed, 1 deletion(-) diff --git a/jdownie/repo/repo b/jdownie/repo/repo index 4986955..f9262a7 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -30,7 +30,6 @@ def is_repo_status_outdated(repos): if os.path.exists(filepath("status")) and os.path.exists(filepath("mtime")): with open(filepath("mtime"), "rt") as fin: content = fin.read().strip() - print(f"content: {content}") last_mtime = float(content) return latest_mtime > last_mtime