From 5e70cfea935a875f619926916b7ca4a595431b51 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Mon, 9 Oct 2017 10:09:54 +0530 Subject: [PATCH] Removed unused log entry --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 85c1acf..c8a30de 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -277,11 +277,6 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } for (var count = 0; count < userModules.length; count++) { for (var module = 0; module < allModules.length; module++) { - if (allModules[module].id == 1017) - { - console.log(userModules[count].id); - console.log(allModules[module].Id); - } if (userModules[count].id == allModules[module].Id) { $('#moduleDiv' + userModules[count].id).show(); break; -- libgit2 0.21.4