Remove experimental notice

This commit is contained in:
Gaël Métais
2014-11-17 19:34:48 +01:00
parent bddab92c31
commit 92facbb9ef
@@ -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);