Remove unused var

This commit is contained in:
Vortrex
2022-05-30 07:41:08 -05:00
parent ceac2b6a61
commit 79fe95a7f4

View File

@@ -46,8 +46,6 @@ function addKeyBindCommand(command, params, client) {
// =========================================================================== // ===========================================================================
function removeKeyBindCommand(command, params, client) { function removeKeyBindCommand(command, params, client) {
let splitParams = params.split(" ");
let keyId = getKeyIdFromParams(getParam(params, " ", 1)); let keyId = getKeyIdFromParams(getParam(params, " ", 1));
if(!keyId) { if(!keyId) {