diff --git a/scripts/test-e2e-local-clean.js b/scripts/test-e2e-local-clean.js index 33b03388ab4156..6dd5f9080db770 100644 --- a/scripts/test-e2e-local-clean.js +++ b/scripts/test-e2e-local-clean.js @@ -66,7 +66,6 @@ exec('git checkout -- .'); // remove all the untracked files exec('git clean -fdx'); - console.info( '\n** Clean up process completed\nPlease remember to run yarn install if you are planning to test again\n', );