diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 7d94a571..2cd9422c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1264,7 +1264,7 @@ angular.module('zmApp', [ .then (function(val) { var lang = val; - console.log (">>>>>>>>>>>>>> LANG IS " + val); + //console.log (">>>>>>>>>>>>>> LANG IS " + val); if (lang == undefined || lang == null) { |
