summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-30 09:27:24 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-11-30 09:27:24 -0500
commitaae6348daeab5b4580f681271f38adc5687d2ab5 (patch)
tree4accaf5b7ac78ca5dda82d0cc50cf23353cc386b /www/js/DataModel.js
parent38d1e2dcbed81816206579f77e07468782e6ed47 (diff)
fix android switch profile log
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 10883964..d7bffdb1 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -435,7 +435,7 @@ angular.module('zmApp.controllers')
debug("DataModel: Getting auth from " + myurl + " with mid=" + mid);
$http.get(myurl)
.then(function (success) {
- // console.log ("**** RESULT IS " + JSON.stringify(success));
+ //console.log ("**** RESULT IS " + JSON.stringify(success));
// Look for auth=
var auth = success.data.match("auth=(.*?)&");
if (auth && (auth[1] != null)) {