fix: removed double log

This commit is contained in:
Strix 2023-10-14 22:39:50 +02:00
parent 19b834e65d
commit 825114136a
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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);