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 | |
| parent | 7140bea8b55d9bdf92198706b5302ed6b2318707 (diff) | |
remove logs
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/NVR.js | 2 | ||||
| -rwxr-xr-x | www/js/app.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 482fcd7e..2ce30d9b 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -21,7 +21,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.4.003"; + var zmAppVersion = "1.4.004"; var isBackground = false; var justResumed = false; 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) { |
