1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove debug line from Analytics

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-02-26 17:14:54 +00:00
parent d5177ddc04
commit afe45241da

View File

@@ -260,7 +260,6 @@ class Analytics {
}); });
} catch (e) { } catch (e) {
console.error("Analytics error: ", e); console.error("Analytics error: ", e);
window.err = e;
} }
} }