cleanup: remove unnecessary development logs left in

This commit is contained in:
David Ralph
2024-05-28 20:21:07 +01:00
parent 03aa23a846
commit 5bb71fc45c
3 changed files with 0 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ class ErrorBoundary extends PureComponent {
*/
static getDerivedStateFromError(error) {
console.error(error);
variables.stats.postEvent('modal', 'Error occurred');
return {
error: true,
errorData: error,