Skip to content
Snippets Groups Projects
Commit 10244dde authored by DD's avatar DD
Browse files

take out sensing of, which is no longer monitored

parent bb51827c
Branches
Tags
No related merge requests found
......@@ -56,16 +56,6 @@ const opcodeMap = {
category: 'sensing',
label: 'loudness'
},
sensing_of: {
category: 'sensing',
labelFn: params => {
let object = params.OBJECT;
if (params.OBJECT === '_stage_') {
object = 'Stage';
}
return `${params.PROPERTY} of ${object}`;
}
},
sensing_current: {
category: 'sensing',
labelFn: params => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment