Commit fc7834d4 authored by xiaoye's avatar xiaoye

fix

parent f4b3f81b
Pipeline #40055 passed with stages
in 1 minute and 10 seconds
...@@ -20,8 +20,6 @@ class Match { ...@@ -20,8 +20,6 @@ class Match {
childMatchId : number; childMatchId : number;
constructor(obj : MatchObject, p : Array<Participant>) { constructor(obj : MatchObject, p : Array<Participant>) {
console.log(obj.player1Score)
console.log(obj.player2Score)
this.id = obj.id; this.id = obj.id;
this.tournamentId = obj.tournamentId; this.tournamentId = obj.tournamentId;
this.round = obj.round; this.round = obj.round;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment