summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-27 12:55:01 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-27 12:55:01 -0400
commit52b6aef1eff1377ec32f119ccea57df646b33345 (patch)
treed1020f7d5732f1abb157e78c86fd56a19d985f91 /www/js/DataModel.js
parent319d4cb6670729708c19ad50b0146d1bcb7b4719 (diff)
passwords and urls are now masked out before emailing logs
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index bfd81b74..711ec016 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -61,12 +61,6 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion
zmLog("ZMData init: checking for stored variables & setting up log file");
- $fileLogger.setStorageFilename('zmNinjaLog.txt');
-
- $fileLogger.deleteLogfile().then(function() {
- console.log('Logfile deleted');
- });
-
if (window.localStorage.getItem("username") != undefined) {
loginData.username =
window.localStorage.getItem("username");