Explorar o código

Remove experimental notice

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
92facbb9ef
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js

+ 1 - 4
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);