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