Fix screenshots and continue implementing phantomas v2

This commit is contained in:
Gaël Métais
2020-10-04 02:44:16 +02:00
parent ac915e8973
commit a4f8e20293
-4
View File
@@ -124,10 +124,6 @@ var PhantomasWrapper = function() {
offenders: results.getAllOffenders()
};
// For debugging purpose only
var fs = require('fs');
fs.writeFile('phantomas-response.json', JSON.stringify(json, null, 2), 'utf8', function(){});
deferred.resolve(json);
}).
catch(res => {