pytest: Remove unused breakpoint shorthand

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-01-08 17:10:22 +01:00 committed by Rusty Russell
parent 55d2e4b1d0
commit d0da8a1035

View File

@ -70,9 +70,6 @@ def tearDownBitcoind():
bitcoind.proc.kill() bitcoind.proc.kill()
bitcoind.proc.wait() bitcoind.proc.wait()
def breakpoint():
import pdb; pdb.set_trace()
class NodeFactory(object): class NodeFactory(object):
"""A factory to setup and start `lightningd` daemons. """A factory to setup and start `lightningd` daemons.
""" """