From d0da8a1035bf9c7c6384e79154e3628a552ddfa4 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 8 Jan 2018 17:10:22 +0100 Subject: [PATCH] pytest: Remove unused breakpoint shorthand Signed-off-by: Christian Decker --- tests/test_lightningd.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index 7decb2818..523750d15 100644 --- a/tests/test_lightningd.py +++ b/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. """