Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Jun 30, 2024
1 parent 2653f3f commit 9465421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/network/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,6 @@ export class Server extends Manager {
(player) => player.characters.length > 0
);

console.log(this.singlePlayer);

if ((options.length === 1 && !this.singlePlayer) || options.length === 0) {
return null;
}
Expand Down

0 comments on commit 9465421

Please sign in to comment.