fix(ags): get rid of useless logs
This commit is contained in:
parent
595e3996c3
commit
ac29acb446
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class GSR extends Service {
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
logError,
|
() => {/**/},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ class GSR extends Service {
|
||||||
{},
|
{},
|
||||||
Notifications.popupTimeout,
|
Notifications.popupTimeout,
|
||||||
);
|
);
|
||||||
}).catch(logError);
|
}).catch(console.error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue