Update MessageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2019-02-01 13:14:04 +01:00
parent 21659791a6
commit e97cabd607
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ class MessageUtilities {
let str = "";
if (BDFDB.getData(action, this, "settings")) {
let binding = BDFDB.getData(action, this, "bindings");
console.log(action, binding);
if (binding) for (let type in binding) {
let typename = type.indexOf("click") == 0 ? this.clickMap[binding[type]] : this.keyboardMap[binding[type]];
if (typename && typename != "NONE") str += typename + "+";