From 93387b27f2db51d00f9cd27d48b7a2296ab30a34 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 1 Jan 2018 01:08:59 -0500 Subject: [PATCH] Seq_id doesn't exist in a stop context --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7221ced..61ad0d9 100644 --- a/index.js +++ b/index.js @@ -459,7 +459,7 @@ function bSequence (obj, cb) { if (intval._state.sequence && sequence._state.active) { sequence.setStop() intval._state.sequence = false - log.info('sequence stop', { method : 'ble', id : seq_id }) + log.info('sequence stop', { method : 'ble' }) return cb() } else { console.time('sequence time')