disable loging
This commit is contained in:
parent
5bcc7dba30
commit
56cd3971a0
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user