mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
remove log statement
This commit is contained in:
@@ -215,7 +215,6 @@ class GameManager {
|
||||
if (person && (person.out || person.userType === globals.USER_TYPES.SPECTATOR)) {
|
||||
logger.debug('game ' + game.accessCode + ': transferring mod powers to ' + person.name);
|
||||
if (game.moderator === person) {
|
||||
logger.debug('temp mod killed themselves');
|
||||
person.userType = globals.USER_TYPES.MODERATOR;
|
||||
} else {
|
||||
if (game.moderator.userType === globals.USER_TYPES.TEMPORARY_MODERATOR) {
|
||||
|
||||
Reference in New Issue
Block a user