Commit 5e70cfea935a875f619926916b7ca4a595431b51
1 parent
718c5ead
Removed unused log entry
Showing
1 changed file
with
0 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -277,11 +277,6 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
277 | 277 | } |
278 | 278 | for (var count = 0; count < userModules.length; count++) { |
279 | 279 | for (var module = 0; module < allModules.length; module++) { |
280 | - if (allModules[module].id == 1017) | |
281 | - { | |
282 | - console.log(userModules[count].id); | |
283 | - console.log(allModules[module].Id); | |
284 | - } | |
285 | 280 | if (userModules[count].id == allModules[module].Id) { |
286 | 281 | $('#moduleDiv' + userModules[count].id).show(); |
287 | 282 | break; | ... | ... |