Remove spammy console.log

This commit is contained in:
brantje 2016-10-02 22:10:11 +02:00
parent 79d0bc76a3
commit 0d87b9f38f
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -175,7 +175,6 @@ angular.module('passmanApp')
for (var i = 0; i < $scope.share_settings.cypher_progress.times.length; i++){
total += $scope.share_settings.cypher_progress.times[i].time;
}
console.log(total);
return total;
}
}]);