mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Remove incorrect schedule socket listener
This commit is contained in:
@@ -582,10 +582,6 @@ var tower = angular.module('Tower', [
|
|||||||
$log.debug('Job summary_complete ' + data.unified_job_id);
|
$log.debug('Job summary_complete ' + data.unified_job_id);
|
||||||
$rootScope.$emit('JobSummaryComplete', data);
|
$rootScope.$emit('JobSummaryComplete', data);
|
||||||
});
|
});
|
||||||
sock.on("schedule_change", function(data) {
|
|
||||||
$log.debug('schedule changed to ' + data.status);
|
|
||||||
$rootScope.$emit('ScheduleChange', data);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
openSocket();
|
openSocket();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user