summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 45d8d02f..9f9898f7 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2098,8 +2098,8 @@ angular.module('zmApp', [
if (arguments[0].timeout) options.timeout = arguments[0].timeout;
// console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));
- nvr.debug ("cordova: got url "+url);
- nvr.debug ("cordova: url after encode "+encodeURI(url));
+ // nvr.debug ("cordova: got url "+url);
+ //nvr.debug ("cordova: url after encode "+encodeURI(url));
//cordova.plugin.http.sendRequest(encodeURI(url), options,
cordova.plugin.http.sendRequest(encodeURI(url), options,
function (succ) {