Skip to content

Commit 3016ac3

Browse files
committed
Checkpoint
1 parent 52d97dc commit 3016ac3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

jsondoc/transcribe/benchmark.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,3 @@ def transcribe_resize(
113113
print(f"Skipping resolution {height}")
114114
print("====================================================")
115115

116-
import ipdb
117-
118-
ipdb.set_trace()

tests/test_jsondoc_to_markdown.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ def test_convert_jsondoc_to_markdown():
1010
page = load_jsondoc(content)
1111

1212
print(jsondoc_to_markdown(page))
13-
import ipdb
14-
15-
ipdb.set_trace()
1613

1714

1815
if __name__ == "__main__":

0 commit comments

Comments
 (0)