From cb1eb168642c93e8840b99248408c125de4b1935 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 31 Oct 2019 02:22:40 -0400 Subject: [PATCH] Wrong again! --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 894568a..e624688 100644 --- a/index.js +++ b/index.js @@ -117,7 +117,6 @@ function createBLE () { ble.on('reset', bReset) ble.on('update', bUpdate) ble.on('restart', bRestart) - ble.on('info', bInfo) } async function rInfo (req, res, next) {