Skip to content

Commit

Permalink
[fix] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
whyNot077 committed Dec 15, 2023
1 parent 11cc208 commit 02e164d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/backend/src/pong/pong.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class Pong {
readonly onGameUpdate = new EventEmitter();

private gameState: GameState;
private player1Won: boolean;
private counter = 0;
constructor(
private readonly prisma: PrismaService,
Expand All @@ -62,7 +61,6 @@ export class Pong {
this.player2Id = player2Id;
this.player1SocketId = player1SocketId;
this.player2SocketId = player2SocketId;
this.player1Won = false;

this.gameState = {
ball: {
Expand Down

0 comments on commit 02e164d

Please sign in to comment.