mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Remove incorrect schedule socket listener
This commit is contained in:
parent
0507e89709
commit
106fa53e6d
@ -582,10 +582,6 @@ var tower = angular.module('Tower', [
|
||||
$log.debug('Job summary_complete ' + data.unified_job_id);
|
||||
$rootScope.$emit('JobSummaryComplete', data);
|
||||
});
|
||||
sock.on("schedule_change", function(data) {
|
||||
$log.debug('schedule changed to ' + data.status);
|
||||
$rootScope.$emit('ScheduleChange', data);
|
||||
});
|
||||
}
|
||||
openSocket();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user