remove redundant closeNotifications() before setCurrentGame()

This commit is contained in:
Jesse D. McDonald 2020-03-29 20:16:03 -05:00
parent 864f320b41
commit d329f005da
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ $(function (){
$(window).removeData('notifyAfter');
}
}, 2000);
closeNotifications();
/* this will be the starting state if no data is received from peers */
setCurrentGame(new PS.Game());