|
@@ -118,11 +118,6 @@ var PhantomasWrapper = function() {
|
|
|
async.retry(triesNumber, function(cb) {
|
|
|
|
|
|
currentTry ++;
|
|
|
- // Fix for https://github.com/gmetais/YellowLabTools/issues/114
|
|
|
- if (currentTry === 2 && options.engine === 'webkit2') {
|
|
|
- debug('Launching a second try with the old webkit v1 engine');
|
|
|
- options.engine = 'webkit';
|
|
|
- }
|
|
|
|
|
|
var process = phantomas(task.url, options, function(err, json, results) {
|
|
|
var errorCode = err ? parseInt(err.message, 10) : null;
|