mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 17:43:26 +08:00
Remove spammy console.log
This commit is contained in:
parent
79d0bc76a3
commit
0d87b9f38f
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}]);
|
||||
|
|
Loading…
Reference in a new issue