Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoringe committed Mar 10, 2024
1 parent 36fa383 commit af47597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/use_everywhere_classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ class UseEverywhereList {
for (var i=0; i<matches.length; i++) {
if (matches[0].priority == matches[i].priority) {
const inner_msg = ` - ${matches[i].controller.type} (${matches[i].controller.id}) input ${matches[i].control_node_input_index}`;
//Logger.log(Logger.PROBLEM, inner_msg, Logger.AMBIGUITY);
_ambiguity_messages.push(inner_msg);
}
}
//Logger.log(Logger.PROBLEM, msg, Logger.AMBIGUITY);
return undefined;
}
}
Expand Down

0 comments on commit af47597

Please sign in to comment.