2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 06:15:49 +00:00

update comments and remove unnecessary logs

This commit is contained in:
Aravindh-Raju
2023-01-06 16:26:40 +05:30
parent 1b52390eaf
commit 1a398f4261
3 changed files with 1 additions and 4 deletions

View File

@@ -289,8 +289,6 @@ angular.module('controller.manageZones', ['angular-cron-jobs'])
$scope.updateZoneInfo = angular.copy($scope.zoneInfo);
$scope.updateZoneInfo.hiddenKey = '';
$scope.updateZoneInfo.hiddenTransferKey = '';
$log.log('recordsService::getZone-success schedule: ', $scope.updateZoneInfo.recurrenceSchedule);
$log.log('recordsService::getZone-success: ', $scope.zoneInfo);
$scope.currentManageZoneState = $scope.manageZoneState.UPDATE;
$scope.refreshAclRuleDisplay();
$scope.refreshZoneChange();