summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 72d4fc27..56f412c3 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -154,6 +154,7 @@ angular.module('zmApp.controllers')
val = val.replace(regex2, "<password removed>");
}
$fileLogger.debug(val);
+ console.log (val);
}
}
@@ -174,6 +175,7 @@ angular.module('zmApp.controllers')
//"username":"zmninja","password":"xyz",
//val = val.replace(/\"password:\",
$fileLogger.log(logtype, val);
+ console.log (val);
}
}
@@ -474,6 +476,8 @@ angular.module('zmApp.controllers')
decodedVal = val;
}
+ //decodedVal = val;
+
zmDebug ("user profile retrieved:"+JSON.stringify(decodedVal));
$ionicLoading.hide();