Removed unecessary debug
This commit is contained in:
@@ -69,7 +69,7 @@ export async function execute(nodeIo, interaction) {
|
|||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
console.log("Availble nodes:", availableNodes, availableNodes.map(socket => socket.node.name));
|
console.log("Availble nodes:", availableNodes.map(socket => socket.node.name));
|
||||||
|
|
||||||
// If there are no available nodes, let the user know there are none available
|
// If there are no available nodes, let the user know there are none available
|
||||||
if (availableNodes.length == 0) {
|
if (availableNodes.length == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user