mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Remove relevant console log,
This commit is contained in:
@@ -13,12 +13,12 @@ export class AppProcessStatusService {
|
||||
|
||||
private events() {
|
||||
document.addEventListener('pause', () => {
|
||||
// console.log('App going to background');
|
||||
//
|
||||
this.status = 'pause'
|
||||
});
|
||||
|
||||
document.addEventListener('resume', () => {
|
||||
// console.log('App going to background');
|
||||
//
|
||||
this.status = 'resume'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user