Skip to content

Commit c28a546

Browse files
committed
Remove print()
1 parent 6d30579 commit c28a546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exts/coding_guidelines/fls_checks.py

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def gather_fls_paragraph_ids(app, json_url):
183183
raw_json_data = response.json()
184184
data = raw_json_data # Keep reference to the original data
185185
logger.debug("Successfully parsed JSON data")
186-
print("raw json",raw_json_data)
187186
except json.JSONDecodeError as e:
188187
logger.error(f"Failed to parse JSON: {e}")
189188
logger.debug(f"Response content preview: {response.text[:500]}...")

0 commit comments

Comments
 (0)