mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
remove console.log
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user