Переглянути джерело

Fix screenshots and continue implementing phantomas v2

Gaël Métais 4 роки тому
батько
коміт
a4f8e20293
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      lib/tools/phantomas/phantomasWrapper.js

+ 0 - 4
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 => {