Remove console.log

This commit is contained in:
brantje 2016-10-08 13:27:49 +02:00
parent 842e27d439
commit 5bb92a0656
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -26,7 +26,6 @@
}, true);
$scope.log = [];
$scope.setExporter = function (exporter) {
console.log(exporter)
exporter = JSON.parse(exporter);
$scope.selectedExporter = exporter;
};