Skip to content

Commit

Permalink
Merge pull request #25 from sanders41/package-build
Browse files Browse the repository at this point in the history
Remove unneeded debug code
  • Loading branch information
sanders41 committed Aug 31, 2023
2 parents b8a3684 + 50dc66b commit d0fe350
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/project_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ fn build_latest_dev_dependencies(is_application: bool, download_latest_packages:
for package in packages {
let version: String;
if download_latest_packages {
package.get_latest_version().unwrap();
if let Ok(p) = package.get_latest_version() {
if is_application {
version = p.version;
Expand Down

0 comments on commit d0fe350

Please sign in to comment.