diff --git a/awx/ui/static/js/widgets/InventorySyncStatus.js b/awx/ui/static/js/widgets/InventorySyncStatus.js index 9c9643a624..6bd3311bb3 100644 --- a/awx/ui/static/js/widgets/InventorySyncStatus.js +++ b/awx/ui/static/js/widgets/InventorySyncStatus.js @@ -54,10 +54,6 @@ angular.module('InventorySyncStatusWidget', ['RestServices', 'Utilities']) html += "\n"; html += "\n"; - console.log('inventory count:' + inventoryCount); - console.log('group count:' + groupCount); - console.log('host count:' + hostCount); - if (inventoryCount > 0) { html += makeRow('Inventories', inventoryCount, inventoryFails); rowcount++;