disable loging

This commit is contained in:
Gregory Brzezinski 2023-01-13 17:27:51 +03:00
parent 5bcc7dba30
commit 56cd3971a0

View File

@ -34,7 +34,7 @@ export class MenuGamesComponent implements OnInit {
} }
else{ else{
GoGetGames().then((value) => { GoGetGames().then((value) => {
console.log(value); // console.log(value);
this.games = value; this.games = value;
}); });
} }