remove console.log
All checks were successful
Backend Build and Test / build (push) Successful in 3m2s
All checks were successful
Backend Build and Test / build (push) Successful in 3m2s
This commit is contained in:
parent
9148532a40
commit
72e0a7dd2e
@ -31,7 +31,6 @@ export class HistoryPage implements ViewWillEnter {
|
||||
getHistory() {
|
||||
setTimeout(() => {
|
||||
this.historyService.getHistoryList(this.userId).subscribe(history => {
|
||||
console.log('HISTORY: ', history);
|
||||
this.history$.next(history);
|
||||
})
|
||||
}, 20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user