* remove debugging print

This commit is contained in:
Seth Call 2015-05-28 14:06:08 -05:00
parent 90dbb395bd
commit 6ba4c4d280
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@
logger.debug("page load time: " + computed.frontEnd)
context._.each(computed, function (value, key) {
if (value > 0 && value < 60000) {
console.log("key, value", key, value)
context.ga("send", "timing", "NavigationTiming", key, value);
}
})