瀏覽代碼

Remove experimental notice

Gaël Métais 10 年之前
父節點
當前提交
92facbb9ef
共有 1 個文件被更改,包括 1 次插入4 次删除
  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);