mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 19:11:50 +03:00
remove commented line
This commit is contained in:
parent
6caf915701
commit
2b56dd6892
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user