snyk 1.1297.2 → 1.1297.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -39619,7 +39619,6 @@ const debugModule = __webpack_require__(15158);
39619
39619
  const modes_1 = __webpack_require__(60615);
39620
39620
  const types_1 = __webpack_require__(94055);
39621
39621
  const container_1 = __webpack_require__(51804);
39622
- const utils_1 = __webpack_require__(61721);
39623
39622
  const alias = abbrev('copy', 'version', 'debug', 'help', 'quiet', 'interactive', 'dev');
39624
39623
  alias.d = 'debug'; // always make `-d` debug
39625
39624
  alias.t = 'test';
@@ -39695,7 +39694,6 @@ function args(rawArgv) {
39695
39694
  process.env.DEBUG = enable;
39696
39695
  debugModule.enable(enable);
39697
39696
  }
39698
- const debug = debugModule('snyk');
39699
39697
  // Late require, see the note re "debug" option above.
39700
39698
  const cli = __webpack_require__(64971);
39701
39699
  // the first argument is the command we'll execute, everything else will be
@@ -39829,7 +39827,6 @@ function args(rawArgv) {
39829
39827
  if (argv.insecure) {
39830
39828
  global.ignoreUnknownCA = true;
39831
39829
  }
39832
- debug(command, (0, utils_1.obfuscateArgs)(argv));
39833
39830
  return {
39834
39831
  command,
39835
39832
  method,