Skip to content

Commit c83bb1e

Browse files
committed
cleaned code
1 parent de959dc commit c83bb1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/test_protocol.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class TestProtocol(unittest.TestCase):
1111
def test_check_local(self):
1212
"""Check the logic of TCPConnection.local"""
1313
from pybitmessage import protocol, state
14-
# import pdb; pdb.set_trace()
1514

1615
self.assertTrue(
1716
protocol.checkIPAddress(protocol.encodeHost('127.0.0.1'), True))

0 commit comments

Comments
 (0)