dead code

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 13:06:52 +09:00
commit a490f0ce1f

View file

@ -236,8 +236,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
$scope.displayBalanceAsFiat = _config.wallet.settings.priceDisplay === 'fiat';
});
var state = sendFlowService.getState();
if (data.direction == "back") {
sendFlowService.clear();
}