1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Remove left over bits from the old heartbeat implementation.

This commit is contained in:
Simo Kinnunen 2015-06-02 13:16:04 +09:00
parent 6443215a7c
commit 181829b55c
2 changed files with 0 additions and 2 deletions

View file

@ -139,7 +139,6 @@ module.exports = function(options) {
serial: message.serial
, present: false
, ready: false
, lastHeartbeatAt: null
, using: false
, likelyLeaveReason: 'device_absent'
}

View file

@ -4,7 +4,6 @@ var wire = require('./')
var wireutil = {
global: '*ALL'
, heartbeat: '*HB'
, makePrivateChannel: function() {
return uuid.v4(null, new Buffer(16)).toString('base64')
}