From e4b324d209aac2ce2b24de5d3f85b18b17d02a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 13 Mar 2021 23:57:06 +0000 Subject: [PATCH] Clean cli.js --- bin/cli.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/cli.js b/bin/cli.js index c03c922..3290987 100644 --- a/bin/cli.js +++ b/bin/cli.js @@ -15,7 +15,6 @@ var cli = meow({ 'Options:', ' --device Simulates a device. Choose between phone (default), tablet, desktop and desktop-hd.', ' --screenshot Will take a screenshot and use this value as the output path. It needs to end with ".png".', - //' --wait-for-selector Once the page is loaded, Phantomas will wait until the given CSS selector matches some elements.', ' --proxy Sets an HTTP proxy to pass through. Syntax is "host:port".', ' --cookie Adds a cookie on the main domain.', ' --auth-user Basic HTTP authentication username.', @@ -98,7 +97,6 @@ if (cli.flags.reporter && cli.flags.reporter !== 'json' && cli.flags.reporter != // Remove some heavy parts of the results object delete data.toolsResults; - delete data.javascriptExecutionTree; var xmlOutput = serializer.render(data);