diff --git a/web/src/app/components/create-game-form/create-game-form.component.ts b/web/src/app/components/create-game-form/create-game-form.component.ts
index 3be4402ed74b6ff2757be6ae6fd68e2b62120b40..ed8663e22455ead1762795795001d252ae1ffee9 100644
--- a/web/src/app/components/create-game-form/create-game-form.component.ts
+++ b/web/src/app/components/create-game-form/create-game-form.component.ts
@@ -21,8 +21,6 @@ export class CreateGameFormComponent implements OnInit {
 
   confirmed = false;
 
-  test: string = "Test";
-
   constructor(
     private teamService: TeamService,
     private gameService: GameService
diff --git a/web/src/app/components/update-game-score-form/update-game-score-form.component.ts b/web/src/app/components/update-game-score-form/update-game-score-form.component.ts
index 9ba1182304b80abf7a65dc5a4339ab2ccab5f9b3..6efbf9b2f782a0150ffef425071e8d224cf27444 100644
--- a/web/src/app/components/update-game-score-form/update-game-score-form.component.ts
+++ b/web/src/app/components/update-game-score-form/update-game-score-form.component.ts
@@ -23,8 +23,6 @@ export class UpdateGameScoreFormComponent implements OnInit {
 
   confirmed = false;
 
-  test: string = "Test";
-
   constructor(
     private gameService: GameService
   ) { }