Remove setNextStep call from card cache setup.

This commit is contained in:
Andy Phillipson 2017-01-24 09:42:30 -05:00
commit e9f30fa053

View file

@ -289,8 +289,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
if (err) return;
if (lodash.isEmpty(data)) {
$scope.bitpayCards = null;
// Ensure next step for cards is visible
storageService.setNextStep('BitpayCard', 'false', function(err) {});
return;
}
$scope.bitpayCards = data;