remove commented line

This commit is contained in:
damirka 2021-02-17 22:02:52 +03:00
parent 6caf915701
commit 2b56dd6892

View File

@ -126,7 +126,6 @@ impl Command for Publish {
match serde_json::from_str(&text) {
Ok(json) => json,
Err(_) => {
// tracing::warn!("Received an error from PM {:?}", text.clone());
return Err(anyhow!("Package not published: {}", text));
}
}