1
0
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:
John Mitchell 2016-02-11 11:19:44 -05:00
parent 22b80e51d8
commit 223279c3c9

View File

@ -410,10 +410,9 @@ 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();
}); });
// Returns an rrule object // Returns an rrule object
this.getRRule = function() { this.getRRule = function() {
var options = this.getOptions(); var options = this.getOptions();