diff --git a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js b/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js index 6fa5588..43082f1 100644 --- a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js +++ b/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js @@ -66,10 +66,7 @@ exports.module = function(phantomas) { phantomas.log('Performance timing: document reached "DOMContentLoadedEnd" state after %d ms', time); phantomas.pushContext({ - type: 'domContentLoadedEnd', - callDetails: { - arguments: ['(experimental, not reliable)'] - } + type: 'domContentLoadedEnd' }); }, 0);