Skip to content

Commit c840daf

Browse files
committed
chore: removing unused print
1 parent 84cd1df commit c840daf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/genai_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def llm_request_repo_infos(repo_url, output_format="json-ld"):
146146
raw_result = response.json()["choices"][0]["message"]["content"]
147147
parsed_result = clean_json_string(raw_result)
148148
json_data = json.loads(parsed_result)
149-
pprint(json_data)
150149

151150
logger.info("Successfully parsed API response")
152151

0 commit comments

Comments
 (0)