Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Feb 29, 2024
1 parent 47cc50e commit 9d0063c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ fn init(
// clone the template repo into the temp dir
clone_repo(frontend_template, fe_template_dir.path())?;

// IF the frontend has a README.md, append it to the project's README.md and remove it
// `if stat fe_template_dir.path()/README.md > /dev/null 2>&1; then cat fe_template_dir.path()/README.md >> project_path/README.md && rm fe_template_dir.path()/README.md; fi`

// copy the frontend template files into the project
copy_frontend_files(fe_template_dir.path(), project_path)?;
}
Expand Down

0 comments on commit 9d0063c

Please sign in to comment.