From 46ae7190802bcc279ac361dfd7030b24136deefd Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Fri, 11 Oct 2013 21:41:48 +0000 Subject: [PATCH] AC-503 Latest dashboard progress. --- awx/ui/static/js/widgets/InventorySyncStatus.js | 4 ---- 1 file changed, 4 deletions(-) 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++;