Disable keepalive logging

// FREEBIE
This commit is contained in:
lilia 2016-06-26 16:24:36 -07:00
parent 48611a634e
commit 5059fd237a
2 changed files with 0 additions and 2 deletions

View file

@ -37076,7 +37076,6 @@ Internal.SessionLock.queueJobForNumber = function queueJobForNumber(number, runJ
clearTimeout(this.keepAliveTimer);
clearTimeout(this.disconnectTimer);
this.keepAliveTimer = setTimeout(function() {
console.log('sending keepalive');
this.wsr.sendRequest({
verb: 'GET',
path: this.path,

View file

@ -174,7 +174,6 @@
clearTimeout(this.keepAliveTimer);
clearTimeout(this.disconnectTimer);
this.keepAliveTimer = setTimeout(function() {
console.log('sending keepalive');
this.wsr.sendRequest({
verb: 'GET',
path: this.path,