mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
pytest: Remove unused breakpoint shorthand
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
55d2e4b1d0
commit
d0da8a1035
1 changed files with 0 additions and 3 deletions
|
@ -70,9 +70,6 @@ def tearDownBitcoind():
|
|||
bitcoind.proc.kill()
|
||||
bitcoind.proc.wait()
|
||||
|
||||
def breakpoint():
|
||||
import pdb; pdb.set_trace()
|
||||
|
||||
class NodeFactory(object):
|
||||
"""A factory to setup and start `lightningd` daemons.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue