From 32fce57b92a010f94bb22c1afe3e50e8a2b1f282 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 5 Dec 2019 13:07:55 +0100 Subject: RESTRUCT Remove unused code --- src/js/bluetooth.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/js/bluetooth.js') diff --git a/src/js/bluetooth.js b/src/js/bluetooth.js index 65fa340..258a8a7 100644 --- a/src/js/bluetooth.js +++ b/src/js/bluetooth.js @@ -2,7 +2,6 @@ import { bluetooth } from 'agl-js-api'; import Mustache from 'mustache'; import { load as load_template } from './templates'; import * as app from './app'; -import { getMaxListeners } from 'cluster'; var template; var page = { @@ -35,8 +34,6 @@ function update_devices(devices) { } }); - console.log(page); - render(); } -- cgit 1.2.3-korg