From 89892042dd75b433e546d070916655b4c68da8f5 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 20 Jul 2016 20:57:05 -0400 Subject: [PATCH] remove unused line --- lbrynet/core/LBRYWallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbrynet/core/LBRYWallet.py b/lbrynet/core/LBRYWallet.py index 4a8a4772f..7f82f6e8f 100644 --- a/lbrynet/core/LBRYWallet.py +++ b/lbrynet/core/LBRYWallet.py @@ -1124,7 +1124,6 @@ class LBRYumWallet(LBRYWallet): log.warning("Doing send many. payments to send: %s", str(payments_to_send)) cmd = known_commands['paytomanyandsend'] func = getattr(self.cmd_runner, cmd.name) - # outputs = [(address, amount) for address, amount in payments_to_send.iteritems()] return threads.deferToThread(func, payments_to_send.iteritems()) def _get_value_for_name(self, name):