mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
remove stray console logs
This commit is contained in:
@@ -24,7 +24,6 @@ export const SharedStateUtil = {
|
||||
},
|
||||
|
||||
restartHandler: (stateBucket, status = globals.STATUS.IN_PROGRESS) => {
|
||||
console.log('HEY');
|
||||
XHRUtility.xhr(
|
||||
'/api/games/' + stateBucket.currentGameState.accessCode + '/restart?status=' + status,
|
||||
'PATCH',
|
||||
|
||||
Reference in New Issue
Block a user