remove console.log

This commit is contained in:
Peter Maquiran
2023-06-11 23:00:12 +01:00
parent fd7a9fee94
commit e2cd5d0d8b
13 changed files with 22 additions and 22 deletions
@@ -112,7 +112,7 @@ export class ApproveEventPage implements OnInit {
this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]);
} catch(error) {
console.log(this.loadedEvent)
// console.log(this.loadedEvent)
throw(error)
}
@@ -136,7 +136,7 @@ export class ApproveEventPage implements OnInit {
this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]);
} catch(error) {
console.log(this.loadedEvent)
// console.log(this.loadedEvent)
throw(error)
}