We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a7253 commit f52a2edCopy full SHA for f52a2ed
exts/coding_guidelines/fls_checks.py
@@ -183,7 +183,6 @@ def gather_fls_paragraph_ids(app, json_url):
183
raw_json_data = response.json()
184
data = raw_json_data # Keep reference to the original data
185
logger.debug("Successfully parsed JSON data")
186
- print("raw json",raw_json_data)
187
except json.JSONDecodeError as e:
188
logger.error(f"Failed to parse JSON: {e}")
189
logger.debug(f"Response content preview: {response.text[:500]}...")
0 commit comments