Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
+5 -5
View File
@@ -59,8 +59,8 @@ export class HeaderPage implements OnInit {
this.eventrigger.getObservable().subscribe(async (data) => {
if (data.notification === "delete" || "recive") {
await this.notificationLengthData();
console.log('Current badge: ', this.notificationLength)
console.log('Deleted notification', data.notification)
}
}) */
@@ -86,14 +86,14 @@ export class HeaderPage implements OnInit {
async notificationLengthData() {
await this.storageservice.get("Notifications").then((value) => {
console.log("Init get store", value)
/* var data = JSON.parse(value); */
this.notificationLength = value.length;
console.log('Timer badge count 1', this.notificationLength)
})
console.log('Timer badge count2', this.notificationLength)
}
hideSearch() {