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