fix: removed double log
This commit is contained in:
parent
f13644f11c
commit
2ca231e761
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ impl Command {
|
|||
.unwrap();
|
||||
|
||||
info!("Parsing package...");
|
||||
trace!("Fetching package: {:?}", package_identifier);
|
||||
let mut pkg = Package::try_fetch(package_identifier.clone()).unwrap();
|
||||
debug!("manifest size: {}kb", pkg.pkgfile.manifest.len() / 1024);
|
||||
debug!("files size: {}kb", pkg.pkgfile.data.len() / 1024);
|
||||
|
|
Loading…
Reference in a new issue