Remove Ohio debugger

This commit is contained in:
7cc5c4f330d47060 2024-09-18 23:03:47 -04:00
parent 97bf3d0d56
commit 0516ee1797
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -8,7 +8,6 @@ for (const plugin of bpl) {
}
try {
const commandName = plugin.split('.js')[0]
console.log(commandName)
if(commandName == "settings" && settings.userSettingsDisabled) continue
cmds[commandName] = require(`../commands/${plugin}`)
if (cmds[commandName].level === undefined) {