Skip to content
Snippets Groups Projects
Commit 06a0680e authored by Tomas Madeja's avatar Tomas Madeja
Browse files

refactor: remove test string

parent b99ebcc9
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@ export class CreateGameFormComponent implements OnInit {
confirmed = false;
test: string = "Test";
constructor(
private teamService: TeamService,
private gameService: GameService
......
......@@ -23,8 +23,6 @@ export class UpdateGameScoreFormComponent implements OnInit {
confirmed = false;
test: string = "Test";
constructor(
private gameService: GameService
) { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment