mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
remove console.log statement from angular-scheduler
This commit is contained in:
@@ -410,7 +410,6 @@ angular.module('AngularScheduler', ['underscore'])
|
|||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
that.scope.$on("loadSchedulerDetailPane", function() {
|
that.scope.$on("loadSchedulerDetailPane", function() {
|
||||||
console.log("loaded scheduler detail pane");
|
|
||||||
that.isValid();
|
that.isValid();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user