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