mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
accidentally left a console.log in the code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user