Skip to content

Commit 442b405

Browse files
committed
chroe: remove logs
1 parent e577ae8 commit 442b405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgenie/datasets/central_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def get_html(self, session:int, task_number:int)->str:
4848

4949
if response.status_code != 200:
5050
raise Exception(f"Failed to get HTML: {response.status_code} {response.text}")
51-
bt.logging.info(f"HTML: {response.json()}")
51+
5252
return response.json()["html"]

0 commit comments

Comments
 (0)