pyln: Remove unused conversion method containing a breakpoitn

This commit is contained in:
Christian Decker 2023-03-07 15:03:09 +01:00
parent b5c614069b
commit 4c68f2eb1a

View File

@ -11,9 +11,6 @@ def hexlify(b):
def amount2msat(a):
return a.msat
def amount_or_all2msat(a):
breakpoint()
def remove_default(d):
# grpc is really not good at empty values, they get replaced with the type's default value...