summaryrefslogtreecommitdiffstats
path: root/web/react/utils/client.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-15 14:20:25 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-15 14:20:25 -0700
commit788fc4373b8d22930b3420f7906e626e2bd63394 (patch)
tree2af4e6827bbbef2a9899970dd0959adde0a481dc /web/react/utils/client.jsx
parent1bbb5265be24476faa2d44f8538918708391bde8 (diff)
downloadchat-788fc4373b8d22930b3420f7906e626e2bd63394.tar.gz
chat-788fc4373b8d22930b3420f7906e626e2bd63394.tar.bz2
chat-788fc4373b8d22930b3420f7906e626e2bd63394.zip
removing loggly
Diffstat (limited to 'web/react/utils/client.jsx')
-rw-r--r--web/react/utils/client.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx
index 75ffdb274..ebd6640d7 100644
--- a/web/react/utils/client.jsx
+++ b/web/react/utils/client.jsx
@@ -14,8 +14,6 @@ export function trackPage() {
}
function handleError(methodName, xhr, status, err) {
- var LTracker = global.window.LTracker || [];
-
var e = null;
try {
e = JSON.parse(xhr.responseText);
@@ -39,7 +37,6 @@ function handleError(methodName, xhr, status, err) {
console.error(msg); //eslint-disable-line no-console
console.error(e); //eslint-disable-line no-console
- LTracker.push(msg);
track('api', 'api_weberror', methodName, 'message', msg);