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{
GoGetGames().then((value) => {
console.log(value);
// console.log(value);
this.games = value;
});
}