Browse Source

Remove comments

Gaël Métais 10 years ago
parent
commit
47397b7b57
1 changed files with 0 additions and 17 deletions
  1. 0 17
      app/lib/phantomasWrapper.js

+ 0 - 17
app/lib/phantomasWrapper.js

@@ -27,32 +27,15 @@ var PhantomasWrapper = function() {
             reporter: 'json:pretty',
             'analyze-css': true,
             'skip-modules': [
-                //'ajaxRequests',
-                //'alerts',
                 'blockDomains',
-                //'cacheHits',
-                //'caching',
-                //'console',
-                //'cookies',
-                //'documentHeight',
-                //'domains',
                 'domComplexity',
                 'domMutations',
                 'domQueries',
                 'eventListeners',
                 'filmStrip',
-                //'jQuery',
-                //'jserrors',
                 'har',
-                //'headers',
-                //'localStorage',
-                //'mainRequest',
                 'pageSource',
-                //'redirects',
-                //'requestsStats',
                 'screenshot',
-                //'staticAssets',
-                //'timeToFirst',
                 'waitForSelector',
                 'windowPerformance'
             ].join(','),