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 52d97dc commit 3016ac3Copy full SHA for 3016ac3
jsondoc/transcribe/benchmark.py
@@ -113,6 +113,3 @@ def transcribe_resize(
113
print(f"Skipping resolution {height}")
114
print("====================================================")
115
116
-import ipdb
117
-
118
-ipdb.set_trace()
tests/test_jsondoc_to_markdown.py
@@ -10,9 +10,6 @@ def test_convert_jsondoc_to_markdown():
10
page = load_jsondoc(content)
11
12
print(jsondoc_to_markdown(page))
13
- import ipdb
14
15
- ipdb.set_trace()
16
17
18
if __name__ == "__main__":
0 commit comments