From 765c7c4e4c73851402e936ad936020f6ddabc3cc Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 11 Jul 2018 13:08:15 -0500 Subject: [PATCH] comment out `testrpc` (no-unused-vars) --- lib/cmds/simulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmds/simulator.js b/lib/cmds/simulator.js index 48e4711a2..8e68f6937 100644 --- a/lib/cmds/simulator.js +++ b/lib/cmds/simulator.js @@ -12,8 +12,8 @@ class Simulator { run(options) { let cmds = []; - const testrpc = shelljs.which('testrpc'); const ganache = shelljs.which('ganache-cli-embark'); + // const testrpc = shelljs.which('testrpc'); // if (!testrpc && !ganache) { // this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)')); // this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));