Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit 418ca74

Browse files
author
Matt Gaunt
committed
Removing error log
1 parent c70d24c commit 418ca74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/controller/ActivityController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default class ActivityController {
5353
this.loader.classList.add('is-hidden');
5454
})
5555
.catch((error) => {
56-
console.log(error);
5756
this.showError('There was a problem loading this page');
5857
});
5958
}

0 commit comments

Comments
 (0)