remove alert and change tracer

This commit is contained in:
Peter Maquiran
2024-06-19 09:03:26 +01:00
parent cb1e2ad753
commit 3fc377299c
18 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export class ViewEventPage implements OnInit {
ev.target.complete();
}
@XTracerAsync({name:'ViewEventPage/loadEvent', log: false, bugPrint: true})
@XTracerAsync({name:'ViewEventPage/loadEvent', bugPrint: true})
async loadEvent(tracing?: TracingType) {
const loader = this.toastService.loading();