From a0322b6623dd0ebacdee209fd0ca993e2a2d5660 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 30 Apr 2020 09:24:34 -0400 Subject: remove logs --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') 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) { -- cgit v1.2.3