mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +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
@ -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…
Reference in New Issue
Block a user