Fix screenshots and continue implementing phantomas v2
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user