From 80ca393f1a748a3cff320cc311dc6f6e53e73de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 7 Oct 2024 13:16:26 +0200 Subject: [PATCH] fix: Remove prints --- website/web/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/web/__init__.py b/website/web/__init__.py index 3fede2b0..bb972a48 100644 --- a/website/web/__init__.py +++ b/website/web/__init__.py @@ -1457,9 +1457,7 @@ def ressources() -> str: # Only get the recent captures for capture_uuid, capture_ts in get_indexing(flask_login.current_user).get_captures_body_hash(h): url_nodes = get_indexing(flask_login.current_user).get_capture_body_hash_nodes(capture_uuid, h) - print(url_nodes) url_node = url_nodes.pop() - print(capture_uuid, url_node, h) ressource = lookyloo.get_ressource(capture_uuid, url_node, h) if not ressource: continue