diff --git a/src/lib/snyk-test/index.js b/src/lib/snyk-test/index.js index 88bfd57280..ac8840f698 100644 --- a/src/lib/snyk-test/index.js +++ b/src/lib/snyk-test/index.js @@ -48,10 +48,6 @@ async function executeTest(root, options) { ); } - if (options['print-graph']) { - options.quiet = true; - } - return run(root, options, featureFlags).then((results) => { for (const res of results) { if (!res.packageManager) {