summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-14 14:39:37 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-14 14:39:37 -0400
commitf6be92a7c14d600fa1345a55de76bda706b84380 (patch)
treeaded4794ad03e25f152823d1229f42f5580bd1eb /www/js/app.js
parente47839bb9264d36f61189f6dc5be9656f92604cc (diff)
migrate websockets to native
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index fe42b264..5935ee0d 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2312,7 +2312,7 @@ angular.module('zmApp', [
timeout: arguments[0].timeout,
responseType: arguments[0].responseType
};
- console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));
+ // console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));
cordova.plugin.http.sendRequest(encodeURI(url),options,
function (succ) {
// automatic JSON parse if no responseType: text