remove console.log
All checks were successful
Backend Build and Test / build (push) Successful in 3m2s

This commit is contained in:
Huffle 2025-05-26 13:39:49 +02:00
parent 9148532a40
commit 72e0a7dd2e

View File

@ -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);