Removes unused variable

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-03 16:02:47 -03:00
commit ff4041b5e5
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -5,7 +5,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
var GLIDERA_LOCK_TIME = 6 * 60 * 60;
var now = Math.floor(Date.now() / 1000);
var countDown;
var listeners = [];
$scope.init = function() {
$scope.loading = null;