diff options
| -rw-r--r-- | www/js/DataModel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 59f05820..150796c6 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -154,7 +154,7 @@ angular.module('zmApp.controllers') val = val.replace(regex2, "<password removed>"); } $fileLogger.debug(val); - console.log (val); + //console.log (val); } } @@ -175,7 +175,7 @@ angular.module('zmApp.controllers') //"username":"zmninja","password":"xyz", //val = val.replace(/\"password:\", $fileLogger.log(logtype, val); - console.log (val); + // console.log (val); } } |
