From 0d87b9f38f296a38ef2f96244579e535d2634137 Mon Sep 17 00:00:00 2001 From: brantje Date: Sun, 2 Oct 2016 22:10:11 +0200 Subject: [PATCH] Remove spammy console.log --- js/app/controllers/share.js | 1 - 1 file changed, 1 deletion(-) 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; } }]);