Merge pull request #4137 from matrix-org/t3chguy/remove_debug

Remove debug line from Analytics
This commit is contained in:
Michael Telatynski
2020-02-27 10:22:35 +00:00
committed by GitHub

View File

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