Remove console.log()

This commit is contained in:
Johannes Zellner
2018-01-30 17:01:27 +01:00
parent c624c04e9d
commit b8e70f1160

View File

@@ -289,8 +289,6 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
$scope.selectedDomain.mailStatus = mailStatus;
console.log($scope.selectedDomain)
showExpectedDnsRecords();
});
});