summaryrefslogtreecommitdiffstats
path: root/src/js/bluetooth.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/bluetooth.js')
-rw-r--r--src/js/bluetooth.js3
1 files changed, 0 insertions, 3 deletions
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();
}