mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
accidentally left a console.log in the code
This commit is contained in:
parent
581cff1a6f
commit
ac76423a93
@ -605,7 +605,6 @@ angular.module('Utilities', ['RestServices', 'Utilities', 'sanitizeFilter'])
|
||||
bottom: 15,
|
||||
right: 15
|
||||
}).fadeIn(400);
|
||||
console.log("got here");
|
||||
} else if (directive === 'stop' && $rootScope.waiting) {
|
||||
$('.spinny, .overlay').fadeOut(400, function () {
|
||||
$rootScope.waiting = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user