diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-18 18:45:39 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-18 18:45:39 -0400 |
| commit | e1d56b16b986c31679f9356a7325c4d2f08339cb (patch) | |
| tree | 2d7e847a3e5af1c3933957e208424927216e691d | |
| parent | 77dfe309c52cf1f86ed61b819131a919c018fc03 (diff) | |
remove debug console
Former-commit-id: 892f7a8aa0742281851baee02c0be549e5a14192
| -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); } } |
