* remove debugging print
This commit is contained in:
parent
90dbb395bd
commit
6ba4c4d280
|
|
@ -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);
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue