From 49a186385d7e3f0dac2779b625b08c6351bba0ac Mon Sep 17 00:00:00 2001 From: James Downie Date: Tue, 1 Jul 2025 19:18:57 +1000 Subject: [PATCH] Lazy commit on . --- LICENSE | 1 - jdownie/repo/repo | 1 - 2 files changed, 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1f2351d..82e9b95 100644 --- a/LICENSE +++ b/LICENSE @@ -231,4 +231,3 @@ You should also get your employer (if you work as a programmer) or school, if an The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . - 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