diff --git a/.idea_xxx/.gitignore b/.idea_xxx/.gitignore
deleted file mode 100644
index 73f69e0..0000000
--- a/.idea_xxx/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/.idea_xxx/SensorApi.iml b/.idea_xxx/SensorApi.iml
deleted file mode 100644
index a09e480..0000000
--- a/.idea_xxx/SensorApi.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea_xxx/jsLibraryMappings.xml b/.idea_xxx/jsLibraryMappings.xml
deleted file mode 100644
index d23208f..0000000
--- a/.idea_xxx/jsLibraryMappings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea_xxx/modules.xml b/.idea_xxx/modules.xml
deleted file mode 100644
index 4922bfe..0000000
--- a/.idea_xxx/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea_xxx/runConfigurations/bin_www.xml b/.idea_xxx/runConfigurations/bin_www.xml
deleted file mode 100644
index 162747c..0000000
--- a/.idea_xxx/runConfigurations/bin_www.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea_xxx/vcs.xml b/.idea_xxx/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea_xxx/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/sensorspecials/noise.js b/sensorspecials/noise.js
index 603da77..f00691b 100644
--- a/sensorspecials/noise.js
+++ b/sensorspecials/noise.js
@@ -433,7 +433,6 @@ const whatTable = [
{'what':'lden', 'span': 30, 'daystart': true, avg: null, 'func': getLdenData},
{'what':'props', 'span': 0, 'daystart': true, avg: null, 'func': getAPIprops},
{'what':'mapdata', 'span': 0, 'daystart': false, avg: null, 'func': getMAPaktData},
- {'what':'', 'span': 0, 'daystart': true, avg: null, 'func': null},
];
diff --git a/utilities/commands.js b/utilities/commands.js
index 30f68bf..1eb2a83 100644
--- a/utilities/commands.js
+++ b/utilities/commands.js
@@ -14,8 +14,6 @@ const cmdTable = [
{cmd: 'getoneproperty', func: getProps.getOneProperty},
{cmd: 'getakwdata', func: getAKWs.getakwdata},
{cmd: 'getaddress', func: holAddr.getAddress},
- {cmd: 'getradiodata', func: radioact.getRadioData},
- {cmd: 'getnoisedata', func: noise.getNoiseData},
{cmd: 'getsensordata', func: getData.getSensorData}
]