Browse Source

pytest: Remove unused breakpoint shorthand

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
d0da8a1035
  1. 3
      tests/test_lightningd.py

3
tests/test_lightningd.py

@ -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…
Cancel
Save