mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
removing debugger statements
This commit is contained in:
parent
b78ed36abf
commit
2b5d64d746
@ -65,7 +65,7 @@ GetBasePath, Wait, Find, LoadSchedulesScope, GetChoices) {
|
||||
msg: 'Call to ' + url + ' failed. GET returned: ' + status });
|
||||
});
|
||||
});
|
||||
debugger;
|
||||
|
||||
$scope.refreshJobs = function() {
|
||||
// @issue: OLD SEARCH
|
||||
// $scope.search(SchedulesList.iterator);
|
||||
|
||||
@ -115,7 +115,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
||||
},
|
||||
'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': {
|
||||
templateProvider: function(WorkflowMakerJobTemplateList, generateList) {
|
||||
//debugger;
|
||||
|
||||
let html = generateList.build({
|
||||
list: WorkflowMakerJobTemplateList,
|
||||
input_type: 'radio',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user