From db43274b3b93de787d5486bab15019a0ba2b274f Mon Sep 17 00:00:00 2001 From: mar77i Date: Tue, 8 Sep 2026 19:38:39 +0200 Subject: [PATCH] remove leftover debug output --- apps/librewolf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/librewolf.py b/apps/librewolf.py index bb15483..5b4a9aa 100644 --- a/apps/librewolf.py +++ b/apps/librewolf.py @@ -91,14 +91,11 @@ class LibreWolfApp(AppBase): ), }, ) - print(url) download_finder.feed(urlopen(request).read().decode()) urls = [ link for link in download_finder.links if f"-{sysconfig.get_platform()}-package." in link ] - print("links", download_finder.links) - print("urls", urls) main_url, check_urls = cls.find_main_url(urls) content = cls.cached_download(main_url) for check_url in check_urls: -- 2.55.0