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
commit 248e467537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
} }
} }