Skip to content

Commit

Permalink
style: code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Oct 26, 2023
1 parent 780e897 commit 34f6715
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fullstack-network-manager/src/commands/chart.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ export const ChartCommand = class ChartCommand extends BaseCommand {
chartPath = `${core.constants.FST_HOME_DIR}/full-stack-testing/charts/fullstack-deployment`
releaseName = "fullstack-deployment"

async installShared(argv) {
this.logger.showUser(chalk.green("Deploying FST chart....%s"), chalk.yellow(JSON.stringify(argv)))
return false
}

prepareValuesArg(argv) {
let {valuesFile, mirrorNode, hederaExplorer} = argv
let valuesArg = `--values ${this.chartPath}/values.yaml`
Expand Down

0 comments on commit 34f6715

Please sign in to comment.