diff --git a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js index cdb1134..bb7762a 100644 --- a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js +++ b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js @@ -262,14 +262,6 @@ exports.module = function(phantomas) { if ((eventName === 'load') && (this[0] === window)) { phantomas.incrMetric('jQueryWindowOnLoadFunctions'); phantomas.addOffender('jQueryWindowOnLoadFunctions', phantomas.getCaller(2)); - - phantomas.pushContext({ - type: 'jQuery - windowOnLoad', - callDetails: { - arguments: [func] - }, - backtrace: phantomas.getBacktrace() - }); } });