From a4f8e20293a277a56748e5811dc6506486351a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 4 Oct 2020 02:44:16 +0200 Subject: [PATCH] Fix screenshots and continue implementing phantomas v2 --- lib/tools/phantomas/phantomasWrapper.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index 51b899d..917cf53 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -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 => {