removing debugger statements

This commit is contained in:
jaredevantabor
2016-12-15 15:16:25 -08:00
parent b78ed36abf
commit 2b5d64d746
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ GetBasePath, Wait, Find, LoadSchedulesScope, GetChoices) {
msg: 'Call to ' + url + ' failed. GET returned: ' + status }); msg: 'Call to ' + url + ' failed. GET returned: ' + status });
}); });
}); });
debugger;
$scope.refreshJobs = function() { $scope.refreshJobs = function() {
// @issue: OLD SEARCH // @issue: OLD SEARCH
// $scope.search(SchedulesList.iterator); // $scope.search(SchedulesList.iterator);

View File

@@ -115,7 +115,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
}, },
'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': { 'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': {
templateProvider: function(WorkflowMakerJobTemplateList, generateList) { templateProvider: function(WorkflowMakerJobTemplateList, generateList) {
//debugger;
let html = generateList.build({ let html = generateList.build({
list: WorkflowMakerJobTemplateList, list: WorkflowMakerJobTemplateList,
input_type: 'radio', input_type: 'radio',