mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
Remove console.log
This commit is contained in:
parent
842e27d439
commit
5bb92a0656
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
}, true);
|
||||
$scope.log = [];
|
||||
$scope.setExporter = function (exporter) {
|
||||
console.log(exporter)
|
||||
exporter = JSON.parse(exporter);
|
||||
$scope.selectedExporter = exporter;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue