mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
remove console.log statement from angular-scheduler
This commit is contained in:
parent
22b80e51d8
commit
223279c3c9
@ -410,10 +410,9 @@ angular.module('AngularScheduler', ['underscore'])
|
||||
var that = this;
|
||||
|
||||
that.scope.$on("loadSchedulerDetailPane", function() {
|
||||
console.log("loaded scheduler detail pane");
|
||||
that.isValid();
|
||||
});
|
||||
|
||||
|
||||
// Returns an rrule object
|
||||
this.getRRule = function() {
|
||||
var options = this.getOptions();
|
||||
|
Loading…
Reference in New Issue
Block a user