Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed May 27, 2022
1 parent ff57c6e commit 1967872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/bots.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Controller {
break;

default:
console.log(role)
// console.log(role)
name = utility.getArrayValue(name_database[role]);
if(!name) {
logger.logError(`Bot ${role} name not found in name list, could be a typo, send help pls.`);
Expand Down

0 comments on commit 1967872

Please sign in to comment.