diff --git a/js/app/controllers/share.js b/js/app/controllers/share.js index 21f3c782..7cf6c949 100644 --- a/js/app/controllers/share.js +++ b/js/app/controllers/share.js @@ -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; } }]);