remove another console.log
All checks were successful
Backend Build and Test / build (push) Successful in 2m11s

This commit is contained in:
Huffle 2025-05-27 14:30:10 +02:00
parent 883a56f91d
commit be04ae8eec

View File

@ -31,7 +31,6 @@ export class HistoryPage implements ViewWillEnter {
getHistory() { getHistory() {
setTimeout(() => { setTimeout(() => {
this.historyService.getHistoryList(this.userId).subscribe(history => { this.historyService.getHistoryList(this.userId).subscribe(history => {
console.log(history)
this.history$.next(history); this.history$.next(history);
}) })
}, 20); }, 20);