mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 14:18:08 +00:00
remove uncessary console logs
This commit is contained in:
@@ -20,9 +20,8 @@ class HomePageElement extends HTMLElement {
|
||||
getPong = async () => {
|
||||
try {
|
||||
const response = await this.pingService.getAll();
|
||||
console.log(response);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
throw err;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user