all repos — sunstroke @ b87970722405d9db5367d071d420a4d548fa90b3

remove useless print
Andronaco Marco marco.andronaco@olivetti.com
Thu, 13 Jul 2023 12:07:09 +0200
commit

b87970722405d9db5367d071d420a4d548fa90b3

parent

dc852443b5738a07c869b612ca3ed6db9d3c3777

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M main.pymain.py

@@ -25,7 +25,6 @@

def filter_links(links, hosts): host = next(hosts) for link in links: - print(link, host) if get_host(link) == host: return link return filter_links(links, hosts)