Remove console.log
This commit is contained in:
parent
0749d8ce7a
commit
bfc1d135de
@ -13,7 +13,6 @@ export class AppComponent {
|
|||||||
this.storageService.init().then(() => {
|
this.storageService.init().then(() => {
|
||||||
this.storageService.getCurrentUserId().then((userId) => {
|
this.storageService.getCurrentUserId().then((userId) => {
|
||||||
if (userId !== undefined && userId !== null) {
|
if (userId !== undefined && userId !== null) {
|
||||||
console.log('userId: ', userId);
|
|
||||||
this.router.navigate(['/tabs/allowance', userId]);
|
this.router.navigate(['/tabs/allowance', userId]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user