mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-28 03:54:23 +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) {
|
match serde_json::from_str(&text) {
|
||||||
Ok(json) => json,
|
Ok(json) => json,
|
||||||
Err(_) => {
|
Err(_) => {
|
||||||
// tracing::warn!("Received an error from PM {:?}", text.clone());
|
|
||||||
return Err(anyhow!("Package not published: {}", text));
|
return Err(anyhow!("Package not published: {}", text));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user