diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-30 09:24:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-30 09:24:34 -0400 |
| commit | a0322b6623dd0ebacdee209fd0ca993e2a2d5660 (patch) | |
| tree | 74c078936516bab0dc2994eae064c6ba13dec20f /www/js/app.js | |
| parent | 7140bea8b55d9bdf92198706b5302ed6b2318707 (diff) | |
remove logs
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 4 |
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) { |
