Skip to content

Commit 96a0dc3

Browse files
author
Gunther Klessinger
committed
bp removal
1 parent 74cfb65 commit 96a0dc3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/lcdoc/mkdocs/lp/plugs/python/pyplugs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
breakpoint() # FIXME BREAKPOINT
21
from . import call_flow_logging
32
from . import comments
43
from . import convert

tests/test_lp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ def test_python_session_reuse(self):
756756
```
757757
"""
758758
res = run_lp(md)
759-
breakpoint() # FIXME BREAKPOINT
760759
assert "is not defined" in str(res)
761760

762761
# firstsession:

0 commit comments

Comments
 (0)