mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Removed extra debug line
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
function InventoriesEdit($scope, $location,
|
||||
$stateParams, InventoryForm, Rest, ProcessErrors,
|
||||
ClearScope, GetBasePath, ParseTypeChange, Wait, ToJSON,
|
||||
ParseVariableString, $state, OrgAdminLookup) {$scope.$state = $state;
|
||||
ParseVariableString, $state, OrgAdminLookup) {
|
||||
|
||||
// Inject dynamic view
|
||||
var defaultUrl = GetBasePath('inventory'),
|
||||
|
||||
Reference in New Issue
Block a user