* remove stats write for now, until stats server is hTTPs

This commit is contained in:
Seth Call 2015-05-29 16:22:32 -05:00
parent 43b92d4a17
commit 666fbfff2a
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@
context.ga("send", "timing", "NavigationTiming", key, value, null, {'page' : '/' + window.location.pathname});
}
})
context.stats.write('web.timing.navigation', computed)
//context.stats.write('web.timing.navigation', computed)
}
catch(e) {
logger.error("loading times failed in ga.js", e)