mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
remove console.logs
This commit is contained in:
@@ -77,7 +77,7 @@ export class DocumentDetailPage implements OnInit {
|
||||
} else if (document.ApplicationID == 8 || document.ApplicationId == 8) {
|
||||
|
||||
} else {
|
||||
console.log('unexpected id')
|
||||
// console.log('unexpected id')
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ ngOnInit() {
|
||||
this.image = this.navParams.get('image')
|
||||
this.name = this.navParams.get('username')
|
||||
this._updatedAt = this.navParams.get('_updatedAt')
|
||||
console.log(this.image)
|
||||
// console.log(this.image)
|
||||
// this.image = this.myimage
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ export class ProfilePage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
|
||||
console.log('Notifications not supported')
|
||||
// console.log('Notifications not supported')
|
||||
this.getNotificationData();
|
||||
} else {
|
||||
this.getNotificationData();
|
||||
@@ -138,7 +138,7 @@ export class ProfilePage implements OnInit {
|
||||
|
||||
notificatinsRoutes = (index, Service, Object, IdObject, FolderId) => {
|
||||
|
||||
console.log(index, Service, Object, IdObject, FolderId)
|
||||
// console.log(index, Service, Object, IdObject, FolderId)
|
||||
|
||||
if (Service === "agenda" && IdObject.length > 10) {
|
||||
this.zone.run(() => this.router.navigate(['/home/agenda', IdObject, 'agenda']));
|
||||
|
||||
@@ -77,7 +77,7 @@ export class ViewDocumentPage implements OnInit {
|
||||
} else if(res.data.component == 'openExpedientActionsModal') {
|
||||
this.openExpedientActionsModal(res.data.taskAction)
|
||||
} else {
|
||||
console.log('not found')
|
||||
// console.log('not found')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user