mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03: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);
|
||||
$rootScope.$emit('JobSummaryComplete', data);
|
||||
});
|
||||
sock.on("schedule_change", function(data) {
|
||||
$log.debug('schedule changed to ' + data.status);
|
||||
$rootScope.$emit('ScheduleChange', data);
|
||||
});
|
||||
}
|
||||
openSocket();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user